The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Mojo::MySQL5

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