PRAGMA table_info Column Type Case Sensitivity Change After SQLite 3.36 to 3.44 Upgrade
Behavioral Shift in PRAGMA table_info Output for Column Types The upgrade from SQLite 3.36 to 3.44 introduced a non-backward-compatible change in the behavior of the PRAGMA table_info command. Specifically, the case sensitivity of column type names returned by this pragma shifted for standardized SQL data types. Prior to SQLite 3.37.0, the PRAGMA table_info output returned…