Revision history for Mojo::mysql

0.12     Sat May  2 17:55:13 2015
       * Added module Mojo::mysql::PubSub.
       * Added pubsub attribute to Mojo::mysql.

0.11     Mon Apr  6 03:38:31 2015
       * Fixed bug in Mojo::mysql::Migrations where migrations would sometimes be
         executed in the wrong order.

0.10     Sun Apr  5 23:32:03 2015
       * Fixed bug in Mojo::mysql::Migrations where the latest version could not always
         be determined correctly. (Hernan Lopes)
       * Updated blog example application from Mojo::Pg

0.09     Sun Mar 29 18:29:35 2015
       * Fixed Mojo::mysql::Migrations to allow delimiter in comments and quoted strings
       * delimiter support in Mojo::mysql::Migrations,
         allows creation of stored procedures and triggers in migration scripts
       * 'quote' and 'quote_id' methods in Mojo::mysql::Database

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.
