Re: [sqlite] Help with C API - sqlite3 - SOLVED

2007-12-02 Thread Jonathan Hendler
The slowness had something to do with the way I was compiling. I'm new to GCC and on MacOSX. I was compiling with dmalloc, and gdb for debugging - (-ggdb -DDMALLOC -DDMALLOC_FUNC_CHECK ) but even when I removed those I experienced the same issues. Why? Who knows - my test code also used Cutest,

Re: [sqlite] Help with C API - sqlite3

2007-12-02 Thread Jonathan Hendler
Thank you, I'm working on updating the code now. http://www.sqlite.org/c3ref/free_table.html does not mention it was depricated and the page was updated 3 days ago. Am I looking in the wrong place? John Stanton wrote: > Using the deprecated API get_table is very likely the problem. > > Jonathan