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.72k stars 240 forks source link

Adding `err` argument #40

Closed mhayashi closed 13 years ago

mhayashi commented 13 years ago

I've added err argument to the following functions.

Browser (WebSQL)

Node (MySQL, SQLite, Memory)

Both

I've ported test.persistence.js from browser to node and all tests are passed.

zefhemel commented 13 years ago

Excellent! Thanks so much.