5 Jun 2012 19:17
Updated: sqlite3-3.7.12.1-1
Warren Young <warren <at> etr-usa.com>
2012-06-05 17:17:51 GMT
2012-06-05 17:17:51 GMT
PACKAGE DESCRIPTION =================== Homepage: http://sqlite.org/ License : Public Domain (no, really!) SQLite is a C library providing local database storage with a SQL interface. Unlike most SQL database systems, SQLite does not accept connections from remote users. Access to the database requires access to the file system hosting it; SQLite thus relies on the operating system's file security for access control. In exchange for this limitation, you get a smaller, faster database engine that's easy to embed within a program. CYGWIN-SPECIFIC CHANGES SINCE LAST RELEASE ========================================== This version has an additional patch and configuration options relative to the previous version which makes it use certain POSIX code paths instead of the Windows native specific ones it erroneously used previously. These changes are at minimum a potential behavior change, and might contain ABI changes. The previous version will therefore remain on the servers for a time to allow dependent packages to migrate, if necessary. INSTALL OR UPGRADE NOTES ======================== Standard install.(Continue reading)
RSS Feed