This is the mail archive of the cygwin 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]

[ANNOUNCEMENT] Updated: sqlite3-3.7.16.2-1


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
==========================================

- Full-text searching enabled (FTS3 & FTS4 APIs, plus enhanced query syntax for FTS3...see https://www.sqlite.org/fts3.html)

- Column metadata feature enabled

- Replaced stock Windows-centric temp directory creation logic with clone of Unix version to avoid file I/O errors when not running SQLite-linked binaries as non-Admin. This change *may* avoid the need to completely rebuild SQLite in "Unix mode", which has its own bad side effects. See http://goo.gl/xS2EY

- Builds under both 32- and 64-bit Cygwin


INSTALL OR UPGRADE NOTES
========================

Manually select it in setup.exe's "Select Packages" screen by clicking the third column's "Keep" label on all installed "sqlite" packages until it says "3.7.13-1".


CYGWIN INSTALLATION INFORMATION
===============================

To install this package, click on the "Install Cygwin now" link on the
<http://cygwin.com/> web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

    /usr/share/doc/<package-version>/*
    /usr/share/doc/Cygwin/<package-version>.README

If you have questions or comments, please send them to the Cygwin
mailing list.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================

This message has been sent to cygwin-announce list.

If you want to unsubscribe from the mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there.

More information on unsubscribing can be found here:

    http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

--
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


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