fukamachi / mito

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

Change select-dao to return also sxql struct as values #54

Closed masatoi closed 5 years ago

masatoi commented 5 years ago

I want to use the sxql struct which is used for querying in select-dao for other purposes(e.g. for paging), so changed select-dao to return multiple values.