Hi all,

I have a table with:
nombre = StringCol(alternateID = True)

using mysql, when createTable(), I got this error:

sqlobject.dberrors.OperationalError: BLOB/TEXT column 'nombre' used in 
key specification without a key length

It fixs adding length to the params.

In postgres it does not complain. I don't mind adding length to the 
params but I wonder if it's perhaps a point to improve in sqlobject.



jonhattan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to