Revision history for Perl extension DBIx::Sunny
0.9991 2018-07-19T01:18:51Z
- maintenance release
0.9990 2018-07-18T06:02:16Z
- minor fixes #14
0.25 2018-07-09T13:55:27Z
- Configurable to skip caller packages. #11
- automatically use `pg_enable_utf8` on Pg #12
- support named placeholder #13
0.24 2017-09-28T01:19:10Z
- The comment insertion mechanism to work correctly when used with DBIx::Class #10
- Perl 5.26+ removes dot from @INC. #9
Thank you tokuhirom!
0.23 2017-04-03T07:25:30Z
- Support mysql_enable_utf8mb4
- Accept SQL::Maker::SQLType objects as bound values
Thank you nanto!
0.22 2014-05-29T05:49:43Z
- re-packaging with Minilla
- requries DBIx::TransactionManager 0.13. for fork safe
0.21 Wed Dec 5 15:04:58 2012
- add schema txn test
- switch to Module::Build
0.20 Tue Dec 4 14:00:33 2012
- [Schema] Schema does not need weaken in txn_scope
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