[DBIx-Class-Devel] [sql-translator] fix Producer::SQLite::batch_alter_table rename field (#39)

Peter Mottram notifications at github.com
Fri Jul 4 18:14:23 GMT 2014


Further explanation on the issue:

SQLT::Diff works fine for SQLite with column renames as long as there are no rows in the table and produces perfectly good SQL for creating the replacement table. The problem is that the code for moving the data from old to new table is completely broken. That is what this patch set tries to fix.

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


More information about the DBIx-Class-Devel mailing list