Hi,

how about changing 'TEXT' to 'LONGTEXT' for SOStringLikeCol?  'TEXT'
is to short in some cases.

--- sqlobject_orig/col.py       2007-04-10 17:58:32.000000000 +0200
+++ sqlobject/col.py    2007-04-12 22:54:12.105342400 +0200
@@ -455,7 +455,7 @@
         if self.customSQLType is not None:
             return self.customSQLType
         if not self.length:
-            return 'TEXT'
+            return 'LONGTEXT'
         elif self.varchar:
             return 'VARCHAR(%i)' % self.length
         else:

Kind regards,
Markus

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to