pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 11 09:14:14 UTC 2009

Modified Files:
        pkgsrc/databases/sqlite3: Makefile.common distinfo
        pkgsrc/databases/sqlite3-tcl: Makefile

Log Message:
Changes 3.6.18:
* Versioning of the SQLite source code has transitioned from CVS to Fossil.
* Query planner enhancements.
* The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE command to
  collect a small histogram of each index, to help SQLite better select among
  competing range query indices.
* Recursive triggers can be enabled using the PRAGMA recursive_triggers
  statement.
* Delete triggers fire when rows are removed due to a REPLACE conflict
  resolution. This feature is only enabled when recursive triggers are enabled.
* Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags for
  sqlite3_open_v2() used to override the global shared cache mode settings for
  individual database connections.
* Added improved version identification features: C-Preprocessor macro
  SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and SQL function
  sqlite_source_id().
* Obscure bug fix on triggers


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/sqlite3-tcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index