Revision history for Perl extension DBIx::Sunny
0.19 Tue Dec 4 13:48:22 2012
- fixed cyclic reference bug
0.18 txn_scope is broken. don't use it
0.18 Fri Nov 30 13:03:48 2012
- fixed cyclic reference with txn_scope
0.17 Wed Jun 27 22:16:11 2012
- fixed fill_arrayref() with multiple arrayref binds ( Thank you motemen san)
0.16 Fri Jun 8 18:01:19 2012
- [sqlite] set journal_mode and synchronous
0.15 Thu Nov 24 11:29:30 2011
- set sqlite_use_immediate_transaction attribute on
- require DBD::SQLite >= 1.31
0.14 Sat Oct 15 14:47:08 2011
- support expanding arrayref in select_(one|row|all) and query
0.13 Thu Jun 24 16:19:33 2011
- [Schema] support deflating in args
0.12 Thu Jun 16 18:25:01 2011
- [Schema] bug fix. test code remains
0.11 Thu Jun 16 00:24:57 2011
- [Schema] pass instance object to filter
0.10 Mon May 16 10:21:10 2011
- [Schema] support defalting
0.09 Mon May 16 10:21:10 2011
- [Schema] added filter functions
0.08 Fri May 13 14:47:41 2011
- [Schema] bugfix, at handling ArrayRef[Num]
- [Schema] refactoring
0.07 Thu May 12 18:46:50 2011
- [Schema] added ArrayRef[`a] auto expansion
0.06 Thu Apr 21 23:45:57 2011
- [Schema] added sth->finish for supressing prepare_cached alerts
0.05 Thu Apr 21 18:05:06 2011
- added args method, Data::Validator shortcut
- uses Data::Validator's error message
0.04 Wed Apr 19 23:44:03 2011
- added mysql test to author tests
- last_insert_id hack
0.03 Tue Apr 19 15:55:32 2011
- require perl 5.8.5 for SQLite's unicode support
0.02 Tue Apr 19 10:12:17 2011
- added DBD::SQLite >= 1.27 to test_requires
0.01 Mon Dec 6 23:49:05 2010
- original version