diff options
author | adam <adam@pkgsrc.org> | 2009-10-28 06:42:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-10-28 06:42:37 +0000 |
commit | edbd93cac9ff8b9af1a7320b363bf3ca60f7301a (patch) | |
tree | 673caa6cf5a8cfa41d38cb858c161a6596ea4a30 /databases/sqlite3 | |
parent | 9632191c42d903d5b8ac0d7905f7478c94b9b2ab (diff) | |
download | pkgsrc-edbd93cac9ff8b9af1a7320b363bf3ca60f7301a.tar.gz |
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.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 25c6aa6a6fe..108c00d3c5b 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.44 2009/10/11 16:06:21 tnn Exp $ +# $NetBSD: Makefile.common,v 1.45 2009/10/28 06:42:37 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.18 +DISTNAME= sqlite-3.6.19 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index f46c4e4f9c9..daa43244ed6 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2009/10/11 16:06:21 tnn Exp $ +$NetBSD: distinfo,v 1.43 2009/10/28 06:42:37 adam Exp $ -SHA1 (sqlite-3.6.18.tar.gz) = 0200f366657b00396bdc45ebd5b9ab6891ff825e -RMD160 (sqlite-3.6.18.tar.gz) = 6894127ae650cf9745709338b57754681c0863cd -Size (sqlite-3.6.18.tar.gz) = 2892345 bytes +SHA1 (sqlite-3.6.19.tar.gz) = 1f85a324edfb42ec00bb6dbbec5a178346c950ee +RMD160 (sqlite-3.6.19.tar.gz) = 119db76399eca04f21051c6ff156ccbb0c8d35b5 +Size (sqlite-3.6.19.tar.gz) = 2942005 bytes SHA1 (patch-aa) = bc0670df079e1a49422ba540d8272e503d20a33f SHA1 (patch-ab) = ef83eef8bd79efe40d4a8eb6408c148653925f21 |