SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine
Changes since 3.13.0-1 ===================== * Update to upstream SQLite 3.14.1, also known as the π release. <http://www.sqlite.org/releaselog/3_14_1.html> * Maximum default page length enhanced from 8192 to 32768 * Maximum Number Of Attached Databases enhanced from 10 to 62 <https://sourceforge.net/p/cyqlite/tickets/1/> Additional SQLite bug-fixes, rejected (apparently) upstream but important (and simple) enough for Cygwin: * 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> * ISO time leap second <http://osdir.com/ml/sqlite-users/2014-07/msg00606.html> * update to Unicode 9.0 for FTS3/4/5 tokenizer -- Jan Nijtmans -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple