Provide default index names for SQLite
authorAndrew Gregory <andrew.gregory.8@gmail.com>
Mon, 3 Nov 2014 18:19:42 +0000 (13:19 -0500)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 14 Dec 2014 20:25:55 +0000 (20:25 +0000)
commit2491a467cb7f1991af6aa89d09e7bfd974583242
treece51d48107a3bb404a36e15abd40965fa595a88d
parentc9c8f3e19f6af2ce0fe5cacd55b87b1d88c6e5eb
Provide default index names for SQLite

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.
AUTHORS
Changes
lib/SQL/Translator/Producer/SQLite.pm
t/56-sqlite-producer.t