liquibase / liquibase-docs

7 stars 16 forks source link

addForeignKeyConstraint documentation is inconsistent regarding SQLite #105

Open Vampire opened 3 years ago

Vampire commented 3 years ago

On https://docs.liquibase.com/change-types/community/add-foreign-key-constraint.html SQLite is listed as not supported because in SQLite you can only add foreign keys on table creation but not later. But for the attributes deferrable and initiallyDeferred the Supports column shows SQLite which is of course wrong and just confusing as the whole change is not supported.