eudoxia0 / crane

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

Handle external constraints during table creation #54

Open fisxoj opened 8 years ago

fisxoj commented 8 years ago

cl-dbi doesn't like multiple concatenated statements, so issue them in series and wrap them in a transaction in case something fails.

I ran into this defining a table with an index on one of the columns. This fixes it for me.

Let me know what you think!