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:           Fri Mar 12 09:11:27 UTC 2010

Modified Files:
        pkgsrc/databases/sqlite3: Makefile distinfo
        pkgsrc/databases/sqlite3-tcl: Makefile PLIST distinfo

Log Message:
Changes 3.6.23:
* Added the secure_delete pragma
* Added the sqlite3_compileoption_used() and sqlite3_compileoption_get()
  interfaces as well as the compile_options pragma and the
  sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions.
* Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb
  to sqlite3_config(). The ".log" command is added to the Command Line Interface
* Improvements to FTS3
* Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT
* The integrity_check pragma is enhanced to detect out-of-order rowids
* The ".genfkey" operator has been removed from the Command Line Interface
* Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did 
not affect SQLite.)
* Various minor bug fixes and performance enhancements


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/sqlite3-tcl/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/sqlite3-tcl/distinfo

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