The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.50 Sun Feb 7  22:00:21 CEST 2019
         - Fix for SQLite autoincrement not null fields

0.49 Sun Feb 3  23:00:21 CEST 2019
         - Fixes for tables without PK for MySQL and SQLite

0.48 Sun May 22 10:38:00 CEST 2018
         - Fixes of MySQL fixes

0.47 Sun May 17 12:58:00 CEST 2018
         - Fixes of SQLite fixes

0.46 Sun Apr 22 19:21:00 CEST 2018
         - SQLite table_info fixes

0.45 Thu Jan 04 20:46:00 CEST 2018
         - fix _column for JSON

0.44 Thu Jan 04 20:04:00 CEST 2018
         - fixes autoloading schema 
           from  user namespace

0.43 Thu Jan 04 17:46:00 CEST 2018
         - different fixes

0.41 Wed Jan 03 18:48:00 CEST 2018
         - different fixes

0.39 Wed Dec 28 23:48:00 CEST 2017
         - first step to user defined entities

0.38 Tue Oct 24 00:08:00 CEST 2017
         - TO_JSON improvements

0.37 Tue Oct 24 00:08:00 CEST 2017
         - json mysql fixes
         
0.33 Sun Oct 15 23:00:00 CEST 2017
         - for_rows mysql fixes
         
0.32 Sat Oct 14 17:00:00 CEST 2017
         - speed complex query creation up 
         
0.31 Sat Oct 14 17:00:00 CEST 2017
         - for_rows mysql fixes 
         
0.30 Sat Oct 14 15:16:00 CEST 2017
         - mysql fixes 
         - for_rows 
         
0.27 Fri Aug 31 08:40:00 CEST 2017
         - mysql and test fixes 
         
0.26 Fri Aug 30 22:40:00 CEST 2017
         - mysql fixes 
         
0.23 Fri May 19 16:40:00 CEST 2017
         - quote_identifier for insert and update 
         
0.22 Thu May 11 20:00:00 CEST 2017
         - more json support fixes 
         
0.21 Thu May 11 18:00:00 CEST 2017
         - fixed ->delete for the whole table 
         
0.20 Tue May 09 23:00:00 CEST 2017
         - fixed ->data on json fields
         
0.19 Tue May 09 20:00:00 CEST 2017
         - added TO_JSON to row objects
         
0.18 Tue May 09 20:00:00 CEST 2017
         - fixed make_object_set
         
0.17 Fri May 05 15:30:00 CEST 2017
         - added findBy
         - fixed -distinct
         
0.16 Wed May 03 20:14:00 CEST 2017
         - added -distinct, -count and -all
         
0.15 Wed Feb 15 01:33:00 CEST 2017
         - fix multithreading update on the same row object
         
0.14 Sun Dec 26 19:50:00 CEST 2016
         - fix column identifier quote
         - document column identifying function
         
0.13 Sun Dec 26 19:05:00 CEST 2016
         - croak on misspelled directives
         - quote column names that are scalar references
         
0.12 Thu Aug 22 11:45:00 CEST 2016
         - remove 'redefine' warning
         
0.11 Thu Aug 04 11:57:00 CEST 2016
         - little cleanup
         
0.10 Thu Aug 04 11:57:00 CEST 2016
         - fixed error_message function
         
0.09 Mon Jul 11 20:43:00 CEST 2016
         - added external connectors pool support
         - added -sql and -dry_run keys
         - added markUpdated($column)

0.08 Mon Apr 18 09:00:00 CEST 2016
         - fix insert with only default values

0.07 Tue Feb 16 15:00:49 CEST 2016
         - added JSON support
         - fixed group by with column names

0.06 Thu Oct  1 20:25:49 CEST 2015
         - fixed distribution content

0.05 Thu Oct  1 14:48:49 CEST 2015
         - fixed distribution content

0.04 Wed Sep 30 15:29:11 CEST 2015
         - fixed distribution content

0.03 Tue Sep 29 17:55:09 CEST 2015
         - first CPAN distribution