SQLite version 3.7.11 is now available on the SQLite website

     http://www.sqlite.org/

Version 3.7.11 is a regularly scheduled maintenance release.  New features in 
this release include:

(1) Support for multiple rows of literal data in a single INSERT statement.
(2) Improvements to CSV input handling in the command-line shell.
(3) New APIs:  sqlite3_stricmp() and sqlite3_db_readonly().
(4) Fix a bug that was introduced in 3.7.10 that can cause a LEFT JOIN to 
revert to an INNER JOIN if it is part of a 3-way join that includes OR terms in 
the WHERE clause.

For a more complete list of changes, see 
http://www.sqlite.org/releaselog/3_7_11.html

Please post on the SQLite mailing list ([email protected]) or send email 
to me if you encounter any problems.  Thanks!

D. Richard Hipp
[email protected]



_______________________________________________
sqlite-announce mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce

Reply via email to