[DBIx-Class-Devel] [sql-translator] Provide default index names for SQLite (#45)

andrewgregory notifications at github.com
Tue Nov 4 15:13:03 GMT 2014


The allegedly default names were never used causing the first index
created without a name to fail and subsequent indices to be named 02,
03, 04...  This uses the table name with '_idx' appended as the default,
similar to the PostgreSQL producer.
You can merge this Pull Request by running:

  git pull https://github.com/andrewgregory/sql-translator sqlite-index

Or you can view, comment on it, or merge it online at:

  https://github.com/dbsrgits/sql-translator/pull/45

-- Commit Summary --

  * Provide default index names for SQLite

-- File Changes --

    M lib/SQL/Translator/Producer/SQLite.pm (12)

-- Patch Links --

https://github.com/dbsrgits/sql-translator/pull/45.patch
https://github.com/dbsrgits/sql-translator/pull/45.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/45
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20141104/e4d6cce9/attachment.htm>


More information about the DBIx-Class-Devel mailing list