SQLite Forum

pragma table_info Bug
Login
Unable to repro.  Please launch [the CLI][1] against your database and then
run the following commands:

> ~~~
.quote
SELECT * FROM sqlite_schema;
~~~

Post the output here.  Thanks.

[1]: https://sqlite.org/cli.html