pkgsrc/databases/sqlite/patches/patch-aa
wiz 0380c7282b Update to 2.8.16:
2005 February 15 (2.8.16)

* Fix a bug that can lead to database corruption if there are two open connections
  to the same database and one connection does a VACUUM and the second makes some
  change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.
2005-02-24 16:05:25 +00:00

10 lines
270 B
Text

$NetBSD: patch-aa,v 1.8 2005/02/24 16:05:25 wiz Exp $
--- ../sqlite-2.8.16/src/sqliteInt.h.orig 2005-02-14 01:22:06.000000000 +0100
+++ ../sqlite-2.8.16/src/sqliteInt.h
@@ -15,4 +15,5 @@
*/
#include "config.h"
+#include "os.h"
#include "sqlite.h"
#include "hash.h"