[Bast-commits] r4684 - trunk/DBIx-Class-Journal
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Wed Jul 30 07:16:27 BST 2008
Author: nothingmuch
Date: 2008-07-30 07:16:26 +0100 (Wed, 30 Jul 2008)
New Revision: 4684
Modified:
trunk/DBIx-Class-Journal/Changes
Log:
changelog
Modified: trunk/DBIx-Class-Journal/Changes
===================================================================
--- trunk/DBIx-Class-Journal/Changes 2008-07-30 06:09:20 UTC (rev 4683)
+++ trunk/DBIx-Class-Journal/Changes 2008-07-30 06:16:26 UTC (rev 4684)
@@ -1,3 +1,15 @@
+0.02_01 2008-07-30
+ - support multi column primary keys
+ - rename Change to ChangeLog to avoid conflict with mysql reserved word
+ - fix schema composition when sharing connection
+ - support for nested transactions (produce one changeset, but support stubs
+ for nested changesets in place)
+ - removed dummy table
+ - various other cleanups
+ - calling current_changeset outside of txn_do is fatal
+ - fix 'now()' default value, timestamp happens in perl space instead
+ - also call txn_do on the journal schema if the storage object differs
+ - don't call txn_begin twice
0.01 2007-08-11:
Initial version
More information about the Bast-commits
mailing list