SQLite producer asks old table for new field in add_field people/mordy/sqlite-diff-bug
authorMark Nunberg <mnunberg@haskalah.org>
Fri, 26 Aug 2011 00:39:40 +0000 (17:39 -0700)
committerMark Nunberg <mnunberg@haskalah.org>
Fri, 26 Aug 2011 00:39:40 +0000 (17:39 -0700)
commit25b835b010377c9cc4c561a6e9ca751ad2b8781d
tree282c1b8cc9df19fc352266177690a79a37a51f46
parent3e814930c497a91b80e91a7ae7a2e51178b47c48
SQLite producer asks old table for new field in add_field

This patch partially fixes the problem. It will probably have issues
with ordered fields and the like.. so this isn't complete.

This also fails a test -- some of the expected test output is simply
BAD, in other words, just passing the test means the output is bad.
lib/SQL/Translator/Producer/SQLite.pm