Re: [sqlite] SQLite version 3.28.0 beta 1

2019-04-13 Thread siscia
I would really support this other approach. It seems more extensible and eventually would address on of my pain points in SQLite, not knowing what type of statement is being executed. -- Sent from: http://sqlite.1065341.n5.nabble.com/ ___ sqlite-users

Re: [sqlite] SQLite version 3.28.0 beta 1

2019-04-10 Thread Simon Slavin
Rather than sqlite3_stmt_isexplain(S) would it be possible to define a sqlite3_stmt_type(S) function instead ? This would return integers equivalent to SQLITE_STMT_ERROR = -1 SQLITE_STMT_OTHER = 0 SQLITE_STMT_EXPLAIN = 1 and in future other values as they become useful ? You could add eas

[sqlite] SQLite version 3.28.0 beta 1

2019-04-10 Thread Richard Hipp
The current "Prerelease Snapshot" at https://sqlite.org/download.html is considered a beta. We expect bug fixes only from now until the official release of version 3.28.0. If you can, please download the beta and try it out in your application(s). Report any problems and/or performance regression