8000 Tags · chenchen1750/mojo-mysql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chenchen1750/mojo-mysql

Tags

0.12

Toggle 8000 0.12's commit message
Released version 0.12

       * Added module Mojo::mysql::PubSub.
       * Added pubsub attribute to Mojo::mysql.

0.11

Toggle 0.11's commit message
Released version 0.11

       * Fixed bug in Mojo::mysql::Migrations where migrations would sometimes be
         executed in the wrong order.

0.10

Toggle 0.10's commit message
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

0.09

Toggle 0.09's commit message
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

0.08

Toggle 0.08's commit message
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

0.07

Toggle 0.07's commit message
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

0.06

Toggle 0.06's commit message
Released version 0.06

       * OO Mojo::Loader API is deprecated in Mojolicious 5.81

0.05

Toggle 0.05's commit message
Released version 0.05

       * Do not cache statement handles in Mojo::mysql::Database.
       * Synced changes from Mojo::Pg
       * utf8 enabled by default

0.04

Toggle 0.04's commit message
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

v1.06

Toggle v1.06's commit message
tagging version 1.06

0