Christian Kienle wrote:

SQLite version 3 is currently under development.  sqlite3_open() will
have a flexible mechanism to specify options.  It will not have the
second parameter currently found on sqlite_open().

Will the API change much? What do you think -> do we need to rewrite much code if we use the function with the callback method?



Version 2 (with the existing API) will continue to be supported with bug fixes (as needed) for the foreseeable future. If you want to move to version 3, the API will be very similar, but there will be a few differences. You will not need to change much code, I don't think, to move from version 2 to version 3.


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to