You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Released version 0.10
* Fixed bug in Mojo::Pg::Migrations where the latest version could not always
be determined correctly. (Hernan Lopes)
* Updated blog example application from Mojo::Pg
Released version 0.09
* 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
Released version 0.08
* 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
Released version 0.07
* 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
Released version 0.04
* Add support for migrations jhthorsen#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