The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojo::mysql

0.08     Tue Mar 24 13:14:32 2015
       * blog example from Mojo::Pg
       * better examples in POD
       * Improved Mojo::mysql::Migrations to make no changes to the database when
         checking the currently active version.
       * Fixed Mojo::mysql::Migrations to handle UTF-8 encoded files correctly

0.07     Mon Mar  9 13:34:31 2015
       * Deprecated Mojo::mysql::Database::do in favour of Mojo::mysql::Database::query as in Mojo::Pg
       * Some new methods in Mojo::mysql::Result eliminating need to access sth
       * bugfix in Mojo::mysql::Migrations with trailing whitespace after last semicolon

0.06     Wed Feb 25 17:31:24 2015
       * OO Mojo::Loader API is deprecated in Mojolicious 5.81

0.05     Thu Jan 22 00:14:11 2015
       * Do not cache statement handles in Mojo::mysql::Database.
       * Synced changes from Mojo::Pg
       * utf8 enabled by default

0.04     Fri Jan  2 12:15:26 2015
       * Add support for migrations #3
         Contributor: Curt Hochwender
       * Add Mojo::mysql::Migrations.
       * Add migrations attribute to Mojo::msyql
       * Add db attribute to Mojo::mysql::Transaction.
       * Fix bug where Perl would close the DBD::mysql file descriptor after it had
         been used with the event loop.
       * Remove dbh attribute from Mojo::mysql::Transaction
       * Updated Mojolicious requirement to 5.49 to ensure migrations in the DATA
         section are not served as static files

0.03     Mon Oct 13 13:39:59 2014
       * Removed commit and rollback methods from Mojo::mysql::Database.
       * Added Mojo::mysql::Transaction.

0.02     Sun Oct 12 18:14:33 2014
       * Force mysql_auto_reconnect = 0 to avoid nasty reconnect bugs under
         some environments.
         https://metacpan.org/pod/DBD::mysql#mysql_auto_reconnect

0.01     Sat Oct 11 17:34:05 2014
       * First release.