On 1/7/17, gwenn <[email protected]> wrote: > Hello, > You should try executing a PRAGMA with no result such as: > PRAGMA table_info('no_such_table'); > > Before 3.16, > sqlite3_step returns SQLITE_DONE > and > sqlite3_column_count returns 0 > > After 3.16, > sqlite3_step returns SQLITE_DONE > and > sqlite3_column_count does not return 0 but 6 >
Please help us to understand why this is a problem? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

