pkgsrc/databases/sqlite3
adam 9533444348 Changes 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled using
  sqlite3_prepare() to fail with an SQLITE_SCHEMA error.

Changes 3.7.7:
* Add support for URI filenames
* Add the sqlite3_vtab_config() interface in support of ON CONFLICT clauses
  with virtual tables.
* Add the xSavepoint, xRelease and xRollbackTo methods in virtual tables in
  support of SAVEPOINT for virtual tables.
* Update the built-in FTS3/FTS4 and RTREE virtual tables to support ON CONFLICT
  clauses and REPLACE.
* Avoid unnecessary reparsing of the database schema.
* Added support for the FTS4 prefix option and the FTS4 order option.
* Allow WAL-mode databases to be opened read-only as long as there is an
  existing read/write connection.
* Added support for short filenames.
2011-07-08 09:35:39 +00:00
..
buildlink3.mk recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
DESCR
distinfo Changes 3.7.7.1: 2011-07-08 09:35:39 +00:00
Makefile Changes 3.7.7.1: 2011-07-08 09:35:39 +00:00
options.mk Added icu option 2011-05-17 11:23:53 +00:00
PLIST