SQLite
Version 5.2.0
Added
- Type references are never checked for existence. SQLite accepts any type name — a column’s type is advisory — so the provider now declares this (
SqliteSqlEquivalence.ValidatesTypeNames), and a plan resolves every type reference rather than hedging about names it cannot verify.