Use _foreign_keys=1 instead of _fk=1
authorCyril Brulebois <cyril@debamax.com>
Fri, 8 Jan 2021 17:27:15 +0000 (17:27 +0000)
committerCyril Brulebois <cyril@debamax.com>
Mon, 3 May 2021 07:29:06 +0000 (08:29 +0100)
commit23a9b714c93ad8c7483c0c865c1912f36c0d215b
tree122d2c3871f475890b2116733d6df8f350b7689a
parentdd1cca54a98ded24a757ced0f728c373b46cd154
Use _foreign_keys=1 instead of _fk=1

The _foreign_keys=1 syntax is widely supported but the _fk=1 alias for
it was only added in version 1.8.0 of the sqlite3 driver. Avoid using
the alias for the time being (the freeze is near).

Gbp-Pq: Name 0002-add-compatibility-for-older-sqlite-driver.patch
pkg/database/database.go