[fdo-commits] r646 - trunk/Providers/GenericRdbms/com
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Jan 18 12:33:39 EST 2007
Author: thomasknoell
Date: 2007-01-18 12:33:39 -0500 (Thu, 18 Jan 2007)
New Revision: 646
Modified:
trunk/Providers/GenericRdbms/com/fdo_sys.sql
Log:
Port to trunk: This increases the size of the column OWNERNAME in the table F_SAD from previously 400 to 401 characters. The update is required to house the structure <schema_name>:<element_name> in that column where both parts contain the maximal number of characters allowed. The update affects MySQL and SQL Server only.
Modified: trunk/Providers/GenericRdbms/com/fdo_sys.sql
===================================================================
--- trunk/Providers/GenericRdbms/com/fdo_sys.sql 2007-01-18 15:46:53 UTC (rev 645)
+++ trunk/Providers/GenericRdbms/com/fdo_sys.sql 2007-01-18 17:33:39 UTC (rev 646)
@@ -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