0.09 2017-04-28 16:55:38-04:00 America/New_York (TRIAL RELEASE)
[ BUG FIX ]
* dbi encoder: handle table names which include schema, e.g.
schema.table
0.08 2017-04-28 10:05:23-04:00 America/New_York (TRIAL RELEASE)
[ ENHANCEMENTS ]
* dbi encoder: SQL::Translator is used to generated DDL to create tables
* dbi encoder: multiple primary keys are supported
[ BEHAVIOR CHANGE ]
* use JSON::MaybeXS and YAML::Any to discover JSON/YAML encoders
instead of homegrown code
[ BUG FIXES ]
* clean up extraneous symbols in class namespaces
[ DEVELOPMENT ]
* switch to Dist::Zilla
0.07_01 2017-04-20T16:59:45-0400
[ENHANCEMENT]
* include SQL in output if sqlite driver can't create the table
[DISTRIBUTION]
* install with no '.' in @INC for perl 5.25.11+
0.07 2015-01-21T14:50:25-0500
* CPAN testers is all green!
* bump version for stable release
0.06_01 2014-12-30T09:59:24-0500
[BUILD]
* correct incorrect bug URL (RT#101112)
* fix test which triggered Perl warning under 5.21.X (RT#101113)
0.06 2014-12-23T17:26:07-0500
* release as stable version
0.05_03 2014-06-18T09:58:58-0400
[TEST FIX]
* fix breakage on *BSD due to exclusive lock contention on temp
SQLite file, (see File::Temp docs on EXLOCK). srezic++
0.05_02 2014-05-05T10:13:23-0400
[BUILD]
* specify minimum required version of Moo
0.05_01 2014-05-04T00:18:21-0400
[BUILD]
* specify minimum required version of Types::Standard
0.05 2014-05-02T15:51:19-0400
[OTHER]
* minor documentation fixes
0.04 2014-04-07T00:15:05-0400
[ENHANCEMENT]
* new dbitrace parameter for DBI encoder
0.03 2014-03-25T21:02:15-0400
[BUG FIX]
* DBI drop_table option was broken
0.02 2014-03-22T16:46:43-0400
[ENHANCEMENT]
* DBI writes are now written as batche in a transaction to improve
performance
0.01 2014-03-18T15:19:58-0400
* initial release