[sqlite] sqlite3_open16_v2 / ticket 2869

2009-09-06 Thread Sherief N. Farouk
Is there any reason not to incorporate the diff posted for ticket 2869 into the main branch and have sqlite3_open16_v2()? - Sherief ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-

Re: [sqlite] Importing data into SQLite

2009-09-06 Thread Kavita Raghunathan
Timothy and all, When I try to import a .csv, I get a segmentation fault: 1) First I set .seperator to , 2) Then I type .import 3) I see "Segmentation fault" Any ideas ? Thank you! Kavita - Original Message - From: "Timothy A. Sawyer" To: "General Discussion of SQLite Database" Sent:

Re: [sqlite] Sqlite uses a lot of memory during a delete operation

2009-09-06 Thread Simon Slavin
On 6 Sep 2009, at 11:23pm, Benjamin Rutt wrote: > I noticed sqlite is using a lot of memory (up to 300MB before it > hits a data > segment size ulimit and fails) during a delete operation. This is > reproducable using the 'sqlite3' executable distributed with > sqlite. My > platform is sqli

[sqlite] Sqlite uses a lot of memory during a delete operation

2009-09-06 Thread Benjamin Rutt
I noticed sqlite is using a lot of memory (up to 300MB before it hits a data segment size ulimit and fails) during a delete operation. This is reproducable using the 'sqlite3' executable distributed with sqlite. My platform is sqlite 3.6.13 with the OS being solaris 10 on sparc architecture, but