RJMetrics / sweet-liberty

A library for building database-backed RESTful services using Clojure
Apache License 2.0
104 stars 6 forks source link

Add ability to use composite keys and non-autogenerated keys #4

Open ryanmmmmm opened 9 years ago

ryanmmmmm commented 9 years ago

we would need to ability to support composite keys and we are using non IDENTITY/generated fields so the insert! call is returning null.

See final portion of this issue for some context:

https://github.com/RJMetrics/sweet-liberty/issues/2