Re: [sqlite] sqlite 3.16.3 crash on insert

2017-05-24 Thread Richard Hipp
(1) I cannot reproduce the problem. Can you provide clearer instructions on how to make it misbehave? (2) Why are you using -DSQLITE_OMIT_AUTOINCREMENT? SQLITE_OMIT_AUTOINCREMENT is unsupported and untested. What are you hoping to accomplish by using it? On 5/24/17, Michele Dionisio wrote: >

[sqlite] sqlite 3.16.3 crash on insert

2017-05-24 Thread Michele Dionisio
Hello I have done the same test on sqlite 3.16.3 but I'm quite sure that the same happens on my embedded device that use sqlite 3.19. I say this because I'm debugging the problem on my ubuntu machine where I have sqlite 3.16.3 and I'm able to replicate the issue. I have a database created w