commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5252 - trunk/gnue-common/src/schema/scripter/processors


From: btami
Subject: r5252 - trunk/gnue-common/src/schema/scripter/processors
Date: Sun, 7 Mar 2004 14:54:40 -0600 (CST)

Author: btami
Date: 2004-03-07 14:54:39 -0600 (Sun, 07 Mar 2004)
New Revision: 5252

Modified:
   trunk/gnue-common/src/schema/scripter/processors/interbase.py
Log:
changed converting string type to blob whwn no length given

Modified: trunk/gnue-common/src/schema/scripter/processors/interbase.py
===================================================================
--- trunk/gnue-common/src/schema/scripter/processors/interbase.py       
2004-03-07 19:40:37 UTC (rev 5251)
+++ trunk/gnue-common/src/schema/scripter/processors/interbase.py       
2004-03-07 20:54:39 UTC (rev 5252)
@@ -108,7 +108,7 @@
       return "varchar (%s)" % gsField.length
 
     else:
-      return "varchar (32765)"
+      return "blob"
 
 
   # ---------------------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]