eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Make foreign key definitions work #34

Closed fisxoj closed 9 years ago

fisxoj commented 9 years ago

I'm not sure how foreign key definitions were supposed to work, but this makes them work at all for me and I think follows the intention of the code.

I like the (cons ...) in apply to destructure the argument list. Neat trick!

eudoxia0 commented 9 years ago

Thank you. This code really needs some reviewing and rewriting.