SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine

Changes since 3.8.2-3
=====================
* Updated to upstream 3.8.3 release. Main feature:
    Added support for CTE (Common Table Expressions) and
    Recursive Queries. For a complete list, see:
     <http://www.sqlite.org/releaselog/current.html>
* Is compiled with SQLITE_ENABLE_SQLLOG enabled. See:
     <http://www.sqlite.org/compile.html#enable_sqllog>
* New sub-package "sqlite3-tcl", containing the language
  bindings for Tcl 8.5/8.6

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

Reply via email to