This is the mail archive of the cygwin-announce mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Updated: sqlite3-3.8.2-3 for Cygwin/Cygwin64


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

Changes since 3.8.2-2
=====================
* Added full Unicode support to the sqlite3 utility, by linking it
  with the icu extension statically. Therefore requires libicu as
  additional dependency (for sqlite3 only, not for libsqlite3_0)
* Added "compress" and "uncompress" SQL functions to
  sqlite3 utility. Therefore requires zlib0 as additional
  dependancy (again:  for sqlite3 only, not for libsqlite3_0)
* Add the build of new "tcl-sqlite3" package to the source
  package (binaries not available yet).
* The following 5 bug-fixes, which are all backported from
  SQLite 3.8.3 alpha (in chronological order):
   - Fix "Array overrun in the skip-scan optimization"
     See: <http://www.sqlite.org/src/info/520070ec7fbaac>
   - Fix a bug in the shell ".import" command: Do not end the field
     when an escaped double-quote occurs at the end of a CRNL line.
     See: <http://www.sqlite.org/src/info/5e239ecda0>
   - Fix the ".echo on" dot-command of the shell so that it echos
     comments in addition to SQL statements and dot-commands
     See: <http://www.sqlite.org/src/info/96397263f9>
   - Correct the VFS name as reported by the file control when
     explicitly using the 'win32-longpath' VFS.
     See: <http://www.sqlite.org/src/info/c43b59dac1>
   - Fix "SQLite3 temporary filename collision in worker processes":
     See: <https://www.mail-archive.com/sqlite-users@sqlite.org/msg81284.html>

Regards,
     Jan Nijtmans


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]