fukamachi / mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support
284 stars 31 forks source link

Make MAKE-DAO-INSTANCE accept symbolic class names. #101

Closed svetlyak40wt closed 3 years ago

svetlyak40wt commented 3 years ago

Before ad6d1fde779fd71e7fc95c2ce380c14154ac0e42 commit MAKE-DAO-INSTANCE function applied ENSURE-CLASS to the first argument. After this commit, this behaviour was broken and the function SELECT-BY-SQL was broken as well, because it does not apply ENSURE-CLASS as other DAO functions do.

fukamachi commented 3 years ago

Thanks!