SQLite version 3.23.0 is now available on the website:

    https://sqlite.org/index.html
    https://sqlite.org/releaselog/3_23_0.html
    https://sqlite.org/download.html

This is a maintenance release.  Updating is optional.

Perhaps that most noticeable change in this release is that SQLite now 
understands IS TRUE and IS FALSE.  Other enhancements include a pair of new 
interfaces (sqlite3_serialize() and sqlite3_deserialized()) that are useful to 
application that use SQLite as a data transfer format, enhancements to printf() 
to support measuring the width and precision in characters instead of bytes, 
and improvements to the SQLite Archive processing capabilities.  See the change 
log (https://sqlite.org/releaselog/3_23_0.html) for a complete list of 
enhancements.

This release includes a large number of bug fixes.  This looks scary on the 
change log.  But in reality, all of the fixes are for very obscure problems, 
most of which have been in the code, unnoticed, for years.  So none of the 
fixed bugs are likely to be important to your application.

If you have problems with this release, please send email to the 
sqlite-us...@mailinglists.sqlite.org mailing list, or directly to me.  Thanks.

--
D. Richard Hipp
d...@sqlite.org



_______________________________________________
sqlite-announce mailing list
sqlite-announce@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce

Reply via email to