SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine
Changes since 3.8.3.1-1 ===================== * Updated to upstream 3.8.4.1 release. See: <http://www.sqlite.org/releaselog/current.html> * Two new Cygwin packages: "sqlite3-icu" and "sqlite3-zlib". They can be loaded dynamically by any application which wants to use those SQLite extensions. In sqlite3.exe this can be done with ".load icu" resp. ".load zlib". See: <http://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt> <http://fossil-scm.org/index.html/artifact/6b4958b9250369d7?ln=53-128> * Additional SQLite bug-fixes, rejected (apparently) upstream: * VFS filename truncation issues <http://www.sqlite.org/src/info/c060923a54> * Wrong filename handling in sqlite3_load_extension() for Cygwin <http://osdir.com/ml/sqlite-users/2014-02/msg00431.html> * pragma database_list returns win32 paths on Cygwin <http://osdir.com/ml/sqlite-users/2014-02/msg00515.html> -- Jan Nijtmans