[DBIx-Class-Devel] [dbsrgits/sql-translator] Producer args not used when generating SQL diffs (#81)

Fabrice Gabolde notifications at github.com
Thu Mar 31 15:24:39 GMT 2016


@ilmari Yeah, that works. It doesn't break any tests in DBIC, which is unsettling, but I get both the full schema and the diff with the right `mysql_version` setting.

It changes some other things as well because [those SQLT args](https://github.com/dbsrgits/dbix-class/blob/master/lib/DBIx/Class/Storage/DBI.pm#L2954) seem tailored for the full DDL and not so much for the diff, so I get no quotes (which I like) and `DROP TABLE IF EXISTS` statements (which I don't really care about, I dunno if someone might).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/81#issuecomment-203985547
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20160331/f6564d29/attachment.htm>


More information about the DBIx-Class-Devel mailing list