-C Fix\sa\sbug\sin\ssqlite3_mprintf()\swhich\scould\shave\scaused\sa\sbuffer\noverrun\sif\smalloc()\sfailed.\s(CVS\s3998)
-D 2007-05-15T02:34:09
+C Fix\sa\stypo\sin\sa\scomment.\s\sTicket\s#2359.\s(CVS\s3999)
+D 2007-05-15T02:45:19
F Makefile.in 87b200ad9970907f76df734d29dff3d294c10935
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F src/select.c c10b98aeccc67a9724c37bbecd6553e5a8da5bf6
F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
F src/shell.c d07ae326b3815d80f71c69b3c7584382e47f6447
-F src/sqlite.h.in 664b8702c27dc742584788823c548491ac8935d6
+F src/sqlite.h.in aa3c0c02883663944db09ee79f3165d3c4ad7c47
F src/sqlite3ext.h 7d0d363ea7327e817ef0dfe1b7eee1f171b72890
F src/sqliteInt.h c31c9526bc602c3c71ddc45c548e987530826f11
F src/table.c a8de75bcedf84d4060d804264b067ab3b1a3561d
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 75d573080d03ee48fe88710f70c6875ff9cae19c
-R b07b9e5fab6d7eaa0b8188e0005d371e
+P 5af49a57d4866be21c0206f34584bcc63adc1315
+R 93a3d51fc25837371e9b0e6fd514aa55
U drh
-Z afee1df567f28ceb1f5fd286b893c976
+Z 35fee69111bd42bfa0668ba9070de64e
-5af49a57d4866be21c0206f34584bcc63adc1315
\ No newline at end of file
+1fbbc108a9e7ad1dc22c08ee990e2b6b949784eb
\ No newline at end of file
** This header file defines the interface that the SQLite library
** presents to client programs.
**
-** @(#) $Id: sqlite.h.in,v 1.208 2007/05/08 15:15:02 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.209 2007/05/15 02:45:19 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
** The default busy callback is NULL.
**
** Sqlite is re-entrant, so the busy handler may start a new query.
-** (It is not clear why anyone would every want to do this, but it
+** (It is not clear why anyone would ever want to do this, but it
** is allowed, in theory.) But the busy handler may not close the
** database. Closing the database from a busy handler will delete
** data structures out from under the executing query and will