On 3/17/17, Dominique Devienne <[email protected]> wrote: > > But what prevents SQLite from using the constraint's name, if one is > specified, from using it for the index?
Backwards compatibility. This would change the file format, rendering database files that are corrupt in the eyes of older versions of SQLite. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

