Revision history for Mojo::MySQL5
0.05 Mon Apr 6 03:29:29 2015
* Fixed bug in Mojo::MySQL5::Migrations where migrations would sometimes be
executed in the wrong order.
0.04 Sun Apr 5 23:34:33 2015
* Fixed bug in Mojo::MySQL5::Migrations where the latest version could not always
be determined correctly. (Hernan Lopes)
* Updated blog example application from Mojo::Pg
* Packet encoding-decoding tests
0.03 Sun Mar 29 18:26:17 2015
* Corrected POD
* Fixed error handling on connect failure
* Fixed Mojo::MySQL5::Migrations to allow delimiter in comments and quoted strings
* delimiter support in Mojo::MySQL5::Migrations,
allows creation of stored procedures and triggers in migration scripts
* Removed Mojo::MySQL5::Util
* 'quote' and 'quote_id' methods in Mojo::MySQL5::Database
0.02 Tue Mar 24 13:12:49 2015
* blog example from Mojo::Pg
* 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.01 Mon Mar 23 16:53:07 2015
* Initial release, split from Mojo::mysql