Re: [sqlite] pragma and prepare statement

2014-07-15 Thread Baptiste Daroussin
The second point seems to explain my problems thanks you 2014-07-10 18:05 GMT+02:00 Dan Kennedy : > On 07/10/2014 08:44 PM, Baptiste Daroussin wrote: >> >> Hi, >> >> We are using sqlite intensively in out developement and we discovered >> that apparently we cannot create a

Re: [sqlite] pragma and prepare statement

2014-07-10 Thread Dan Kennedy
On 07/10/2014 08:44 PM, Baptiste Daroussin wrote: Hi, We are using sqlite intensively in out developement and we discovered that apparently we cannot create a statement with a pragma Is there a reason why it is not possible? is it a bug or a per design The docs feature the following two

Re: [sqlite] pragma and prepare statement

2014-07-10 Thread Clemens Ladisch
Baptiste Daroussin wrote: > apparently we cannot create a statement with a pragma > > Is there a reason why it is not possible? This is likely to be a bug in your code (which you have not shown). (Unless you have compiled the library with SQLITE_OMIT_PRAGMA, but not knowing this would be bug in

[sqlite] pragma and prepare statement

2014-07-10 Thread Baptiste Daroussin
Hi, We are using sqlite intensively in out developement and we discovered that apparently we cannot create a statement with a pragma Is there a reason why it is not possible? is it a bug or a per design regards, Bapt ___ sqlite-users mailing list