[DBIx-Class-Devel] Re: [sql-translator] People/rporres/sqlite autoincrement (#26)

fREW Schmidt notifications at github.com
Sat Nov 2 19:27:04 GMT 2013


Two things:

 * We understand the value of this change, it just changes the way SQLT generated schemata work in a slightly backwards incompatible way
 * You change *still* would not have fixed the case you mention, because SQLite will autoincrement PK integers whether you ask it to or not.  So while your fix is good and makes SQLite act more like other DB's when you ask for an autoinc, it does not change SQLite when you do *not* ask for autoinc.

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/26#issuecomment-27630422
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20131102/70a98bb8/attachment.htm


More information about the DBIx-Class-Devel mailing list