AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

Fix [+ActiveRecord transaction] #54

Closed fleitz closed 10 years ago

fleitz commented 10 years ago

Not sure what the dispatch_once block was for, but it causes +transaction to only ever work once.

AlexDenisov commented 10 years ago

Thank you!