Open steveandroulakis opened 11 years ago
MySQL complains about the data format of column 'string_value' with error message like,
_mysql_exceptions.OperationalError: (1170, "BLOB/TEXT column 'string_value' used in key specification without a key length")
The cause of this error is explained here:
http://www.mydigitallife.info/mysql-error-1170-42000-blobtext-column-used-in-key-specification-without-a-key-length/
Steve A has fixed the same issue before in his own repository:
https://github.com/steveandroulakis/mytardis/commit/82ce696fe6342bf9387fc497ea4bb3a01eb6392b
Not sure if this is a duplicated ticket. If this issue has been reported before, then please ignore and close it.
original LH ticket
This ticket has 0 attachment(s).
MySQL complains about the data format of column 'string_value' with error message like,
_mysql_exceptions.OperationalError: (1170, "BLOB/TEXT column 'string_value' used in key specification without a key length")
The cause of this error is explained here:
http://www.mydigitallife.info/mysql-error-1170-42000-blobtext-column-used-in-key-specification-without-a-key-length/
Steve A has fixed the same issue before in his own repository:
https://github.com/steveandroulakis/mytardis/commit/82ce696fe6342bf9387fc497ea4bb3a01eb6392b
Not sure if this is a duplicated ticket. If this issue has been reported before, then please ignore and close it.
original LH ticket
This ticket has 0 attachment(s).