neumino / reqlite

Reqlite - RethinkDB in JavaScript
MIT License
338 stars 25 forks source link

Insert does not support {returnChanges: "always"} #55

Closed simonratner closed 8 years ago

simonratner commented 8 years ago

Looks like @1d871e585c37afe42ac7b92606c142464e76833e added support for update/replace, but not for inserting new documents. One effect is that Thinky models don't get their generated id on save.