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

Getting migrations test to pass #50

Closed fgrehm closed 13 years ago

fgrehm commented 13 years ago

Hey guys, its been a while since I last touched the code but I'm wondering if some transaction management changes have impacted this test. I just changed the code in order to test what it is supposed to test, and not persistence itself :-)

zefhemel commented 13 years ago

Thanks. And welcome back!