Sorry, I mean that there are impacts on SQLite wrappers: https://github.com/xerial/sqlite-jdbc/commit/42557128d56da563126003180fd8b8e8978ec818#diff-5a06ee6e8dbd2f4087ab8d361df52832 https://github.com/gwenn/gosqlite/commit/ac9891a74d94fb57679407bd36b80a5be218c6d6 https://github.com/gwenn/sqlite-jna/commit/be502a521b5c7f2becd0d10381cd8ccc3bd50234
Before 3.16, these drivers were throwing an error when executing a SELECT/PRAGMA with a zero column count. But the new SQLite behaviour seems good to me. On Sat, Jan 7, 2017 at 3:20 PM, Richard Hipp <d...@sqlite.org> wrote: > On 1/7/17, gwenn <gwenn.k...@gmail.com> 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 > d...@sqlite.org > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users