Hi,
 
    I am trying to configure sqlite-3.3.10 using pragma sql queries, but
it dumps core in sqlite spi.
 
What I do is 
 
    1. sqlite3_open
    2. sqlite3_exec("PRAGMA cach_size = 1000;"
 
2 dumps core. While single stepping I found that sqlite3_prepare is
called twice inside sqlite3_exec and and the 2nd call results in SEGV.
 
Thanks a lot for your help.
 
Thanks,
-Saif.

Reply via email to