[fdo-commits] r628 - branches/3.2.x/Providers/GenericRdbms/com

svn_fdo at osgeo.org svn_fdo at osgeo.org
Mon Jan 15 10:28:23 EST 2007


Author: thomasknoell
Date: 2007-01-15 10:28:23 -0500 (Mon, 15 Jan 2007)
New Revision: 628

Modified:
   branches/3.2.x/Providers/GenericRdbms/com/fdo_sys.sql
Log:
Updated the size of the column OWNERNAME in the table F_SAD from 400 to 401 to accommodate maximum possible value.

Modified: branches/3.2.x/Providers/GenericRdbms/com/fdo_sys.sql
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/com/fdo_sys.sql	2007-01-15 15:15:18 UTC (rev 627)
+++ branches/3.2.x/Providers/GenericRdbms/com/fdo_sys.sql	2007-01-15 15:28:23 UTC (rev 628)
@@ -154,7 +154,7 @@
              maxextents  9999
              pctincrease 50)
 #else
-    ownername    varchar(400) not null,
+    ownername    varchar(401) not null,
     elementname  varchar(200) not null,
     elementtype  varchar(30) not null,
     name         varchar(200) not null,



More information about the fdo-commits mailing list