Re: [sqlite] Function sqlite3_prepare_v2 of C API does not work

2017-05-17 Thread Олег Пруц
. Regards, Oleg Prutz 2016-12-22 4:38 GMT+03:00 Simon Slavin <slav...@bigfraud.org>: > > On 21 Dec 2016, at 11:52pm, Олег Пруц <olegp04...@gmail.com> wrote: > > > I am contributing to DB Browser for SQLite ( > > https://github.com/sqlitebrowser/s

[sqlite] Function sqlite3_prepare_v2 of C API does not work

2016-12-21 Thread Олег Пруц
Hello SQLite development team, I am contributing to DB Browser for SQLite ( https://github.com/sqlitebrowser/sqlitebrowser). It is written in C++ and it relies on C API. We have a problem: when foreign_keys pragma is enabled, we cannot use sqlite3_prepare_v2. Steps to reproduce: Create database