tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite allows foreign keys on non-existing columns?

penberg opened this issue · comments

There's a report of SQLite allowing the creation of a foreign key on a non-existing column. Let's look into this to understand if that's really something SQLite is supposed to allow and then think about potential ways to prevent that in libSQL.