Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 68735
Status: new
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: michael.du-pont [...] dress-for-less.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Text fields cannot be indexed without truncation in mysql
See also this ticket : Bug #68734 for DBIx-Class-Schema-Loader, we need some way to create the following sql : CREATE TABLE GOOD ( sometext text NOT NULL, UNIQUE KEY sometext2 ( sometext(150)) )