pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/sqlite3
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 28 06:42:37 UTC 2009
Modified Files:
pkgsrc/databases/sqlite3: Makefile.common distinfo
Log Message:
Changes 3.6.19:
* Added support for foreign key constraints. Foreign key constraints are
disabled by default. Use the foreign_keys pragma to turn them on.
* Generalized the IS and IS NOT operators to take arbitrary expressions on
their right-hand side.
* The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE)
interface to the TCL interpreter when linked against TCL 8.6 or later.
* Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt
is made to write on a read-only database.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/sqlite3/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