The show_datatypes PRAGMA is now locked on. The datatype names always appear as the second "argc" entries of the "columnNames[]" parameter to the sqlite_exec() callback. Attempts to turn the datatypes off using the PRAGMA will be unsuccessful. The datatypes are always there.
The datatypes have always been there in the sqlite_step() API. sqlite_step() has always ignored the show_datatypes PRAGMA. The change here is to make sqlite_exec() function work more like sqlite_step().
Is this going to break anybody's code?
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

