On 3/8/06, Bojan Smojver <[EMAIL PROTECTED]> wrote:

> > BTW, does the column names
> > stuff need to be fixed in the sqlite2 implementation as well?
>
> It shouldn't need fixing, because sqlite2 calls sqlite_get_table, which
> preallocates memory for the whole result using malloc, which then
> includes column names too. Sqlite3 driver uses different logic to build
> results, so it needed column names allocation fix.

Excellent, just wanted to make sure.

-garrett

Reply via email to