summaryrefslogtreecommitdiff
path: root/databases/sqlite/distinfo
diff options
context:
space:
mode:
authordrochner <drochner>2003-08-01 14:22:18 +0000
committerdrochner <drochner>2003-08-01 14:22:18 +0000
commitb68628690efc6c4851688dc2ded7b84ba2115865 (patch)
tree06072135f1433be93dd35f164548b98f5a576978 /databases/sqlite/distinfo
parentdd4c05e6dcc4160de13b67f0436e14107669674f (diff)
downloadpkgsrc-b68628690efc6c4851688dc2ded7b84ba2115865.tar.gz
update to 2.8.5
changes: Make LIMIT work on a compound SELECT statement. LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows. Correctly handle comparisons between an INTEGER PRIMARY KEY and a floating point number. Fix several important bugs in the new ATTACH and DETACH commands. Updated the NULL-handling document. Allow NULL arguments in sqlite_compile() and sqlite_step(). Many minor bug fixes Enhanced the "PRAGMA integrity_check" command to verify indices. Added authorization hooks for the new ATTACH and DETACH commands. Many documentation updates
Diffstat (limited to 'databases/sqlite/distinfo')
-rw-r--r--databases/sqlite/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo
index fbfc0c57bd5..eebc679518f 100644
--- a/databases/sqlite/distinfo
+++ b/databases/sqlite/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2003/06/25 19:24:21 tsarna Exp $
+$NetBSD: distinfo,v 1.12 2003/08/01 14:22:18 drochner Exp $
-SHA1 (sqlite-2.8.3.tar.gz) = 20ebbf7779b652e8eb7e99f38c57ae98f14909a4
-Size (sqlite-2.8.3.tar.gz) = 832405 bytes
+SHA1 (sqlite-2.8.5.tar.gz) = f7819edfb360a14155c61f6c61f644ac3e3c514b
+Size (sqlite-2.8.5.tar.gz) = 817792 bytes