SQLite Forum

GetDataTypeName broken?
Login
Your example executes the SQL statement "PRAGMA table_info(test)".

However, the result rows returned by that SQL statement do not have
associated data type names, because those rows are not actually part
of a declared table.