MaxMorais / northwindextended

Automatically exported from code.google.com/p/northwindextended
0 stars 0 forks source link

sqlite script will fail if foreign key support was enabled #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in order to work with commercial sqlite management tool, these lines should be 
added in the beginning of the script:

-- disable foreign key support temporary
PRAGMA foreign_keys = OFF;

Original issue reported on code.google.com by shortie2...@gmail.com on 7 Jan 2014 at 11:12