coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Insert new objects with only an id column #83

Closed Ni0rd closed 12 years ago

Ni0rd commented 12 years ago

If a table has only an id column, the insert was never called.

zefhemel commented 12 years ago

Thanks!