Quoting Garrett Rooney <[EMAIL PROTECTED]>:
Just committed the column names patch to trunk, and will look at the bounds checking stuff when I get a chance.
Thanks.
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.
-- Bojan
