korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.48k stars 222 forks source link

change insert documentation to match behavior #253

Closed iartarisi closed 9 years ago

iartarisi commented 9 years ago

The insert macro does not return the last inserted id, but rather a database-dependent representation of the last inserted row.

closes #208

immoh commented 9 years ago

Thanks.