fukamachi / mito

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

Allow multiple INCLUDES #96

Closed zen-wq closed 3 years ago

zen-wq commented 3 years ago

Useful for macros. Also, currently, if you have more than one INCLUDES clause in SELECT-DAO all but the last one are silently ignored.

fukamachi commented 3 years ago

Thanks!