Tags: chenchen1750/mojo-mysql
Tags
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.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
PreviousNext