[Bast-commits] r4789 - in DBIx-Class/0.08/trunk: . lib/DBIx
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Aug 28 23:16:26 BST 2008
Author: ribasushi
Date: 2008-08-28 23:16:26 +0100 (Thu, 28 Aug 2008)
New Revision: 4789
Modified:
DBIx-Class/0.08/trunk/Changes
DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
Forgot to modify Changes - looks good to castaway :D
Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes 2008-08-28 16:12:16 UTC (rev 4788)
+++ DBIx-Class/0.08/trunk/Changes 2008-08-28 22:16:26 UTC (rev 4789)
@@ -5,6 +5,12 @@
- Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server
- Added virtual method to Versioned so a user can create upgrade
path across multiple versions (jgoulah)
+ - Better (and marginally faster) implementation of the HashRefInflator
+ hash construction algorithm
+ - Added an option for HashRefInflator to inflate any inflatable
+ values in the resulting hashref
+ - Allow explicit specification of ON DELETE/ON UPDATE constraints
+ when using the SQLT parser
0.08099_04 2008-07-24 01:00:00
- Functionality to storage to enable a sub to be run without FK checks
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2008-08-28 16:12:16 UTC (rev 4788)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2008-08-28 22:16:26 UTC (rev 4789)
@@ -281,6 +281,8 @@
rdj: Ryan D Johnson <ryan at innerfence.com>
+ribasushi: Peter Rabbitson <rabbit at rabbit.us>
+
sc_: Just Another Perl Hacker
scotty: Scotty Allen <scotty at scottyallen.com>
More information about the Bast-commits
mailing list