fukamachi / integral

[OBSOLETE] Use Mito instead.
https://github.com/fukamachi/mito
BSD 3-Clause "New" or "Revised" License
54 stars 3 forks source link

Accept indices on SQLite3 #24

Closed fukamachi closed 9 years ago

fukamachi commented 9 years ago

Currently, Integral just ignores all index/constraint definitions on SQLite3.

https://github.com/fukamachi/integral/blob/1c46bc629fe233e290dfe8ca2f43b287042e8ef1/src/migration.lisp#L93-L94

fukamachi commented 9 years ago

Invalid. SQLite3 cannot handle DROP INDEX and we took another way to alter. Sorry.