[Jifty-commit] r5084 - in Jifty-DBI/trunk: lib/Jifty/DBI

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 8 23:59:00 EST 2008


Author: jesse
Date: Fri Feb  8 23:58:53 2008
New Revision: 5084

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm

Log:
 r27529 at 31b:  jesse | 2008-02-08 17:40:52 -0500
 * Quiet down defaults for an annoying regex match in current DBIx::DBSChema


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm	Fri Feb  8 23:58:53 2008
@@ -282,7 +282,7 @@
             {   name     => $column->name,
                 type     => $column->type,
                 null     => $column->mandatory ? 0 : 1,
-                default  => $column->default,
+                default  => $column->default ||'',
             }
             );
 


More information about the Jifty-commit mailing list