Revision history for DBIx-MultiStatementDo

0.02000 2010-05-29 05:00:00 CET

 * "do()" can now take "\%attr" and "\@bind_values" as optional arguments,
   like DBI's "do()".

 * Added tests and docs for this.

0.01002 2010-05-28 19:15:00 CET

 * DBIx-MultiStatementDo now requires SQL::SplitStatement 0.01001, which has the
   ability to discard comments.

 * Added tests and docs for this.

0.01001 2010-05-27 08:20:00 CET

 * Removed "use strict" and "use warnings" from MultiStatementDo.pm, as Moose
   already activates them.

 * The splitting functionality has been extracted and put in a standalone
   module (SQL::SplitStatement).
   - Tests and POD modified accordingly.
   - Starting of deprecation cycle of DBIx::MultiStatementDo->split.

0.01000 2010-05-22 02:55:00 CET

 * Initial release (renamed from DBIx-DoMore).