neumino / reqlite

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

Fix issue with UUID in query #94

Open jimivdw opened 6 years ago

jimivdw commented 6 years ago

When using r.uuid() as a default in a thinky model, the args variable is undefined. This used to crash, but is fixed in this MR.

I hope you can still consider merging and releasing this, even though the project seems to be unmaintained for a while now.