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

Veesh Goldman notifications at github.com
Wed Jun 21 19:51:56 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);
> ```
> 
> :-)

Can you put this on the other ticket?
I think i'm gonna do the PG side of this in a different PR, mainly b/c I haven't settled on how mch work to make the parser do

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

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


More information about the DBIx-Class-Devel mailing list