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

Fix for issue #56 #68

Closed joshsmith closed 12 years ago

joshsmith commented 12 years ago

Changed the connection code to accommodate changes in node-mysql >= 0.9.2. Tested (manually) and works as intended.

See: https://github.com/zefhemel/persistencejs/issues/56

Signed-off-by: Josh Smith joshdotsmith@gmail.com