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

2017-05-17 Thread Олег Пруц
Thanks for your responses, the original reporters confirmed that it is possible to insert row in a table with parent colums when making them UNIQUE (https://github.com/sqlitebrowser/sqlitebrowser/issues/463), so my issue (https://github.com/sqlitebrowser/sqlitebrowser/issues/901) is resolved too.

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

2016-12-21 Thread Simon Slavin
On 21 Dec 2016, at 11:52pm, Олег Пруц wrote: > 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

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

2016-12-21 Thread Richard Hipp
On 12/21/16, Олег Пруц wrote: > 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

[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