LinuxDoku / migratordotnet

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

SQLite: Primary Keys on multiple fields #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you add a table in SQLite with a primary key on more than one field, 
Migrator uses the alter table 
statement.
The patch attached uses the CREATE UNIQUE INDEX

Original issue reported on code.google.com by dennis.d...@gmail.com on 16 Oct 2009 at 4:44

Attachments: