[DBIx-Class-Devel] [dbsrgits/sql-translator] Add index length option for MySQL (#68)

M Conrad notifications at github.com
Wed Jun 21 19:47:20 GMT 2023


@rabbiveesh As you design that, an interesting unit test for postgres to really test the boundaries would be

```
create table test (name varchar(50) not null);
create index ix_test2 on test (substr(name, 2, 3) desc, substr(name, 5, 3) asc);
```

:-)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/68#issuecomment-1601575733
You are receiving this because you are subscribed to this thread.

Message ID: <dbsrgits/sql-translator/pull/68/c1601575733 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20230621/f57c7278/attachment.htm>


More information about the DBIx-Class-Devel mailing list