-C Add\scomments\sdescribing\supcoming\schanges\sto\scrash-test\smodule\s(test6.c).\sNo\scode\nchanges.\s(CVS\s4223)
-D 2007-08-14T17:42:06
+C Clarify\sdocumentation\son\ssqlite3_interrupt().\s(CVS\s4224)
+D 2007-08-14T18:03:15
F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F src/select.c 3b167744fc375bddfddcef87feb18f5171737677
F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
F src/shell.c ac29402b538515fa4697282387be9c1205e6e9eb
-F src/sqlite.h.in 2b0679d30620166219d2f3a56596f22878d29987
+F src/sqlite.h.in 65cc06a882c420dc2613a5d5f5ce8be512f07ce4
F src/sqlite3ext.h a27bedc222df5e5f0f458ac99726d0483b953a91
F src/sqliteInt.h aaf44ba52e0afe1327baae8082e3662d7b36723b
F src/sqliteLimit.h f14609c27636ebc217c9603ade26dbdd7d0f6afa
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 0a57f3dd4de12278732e3ca9d8a95f85c351da03
-R 16d3a3345c4f7cdf1b006e163dd58115
-U danielk1977
-Z e9b871793bc7c661bca1a2a8cf8f790f
+P 63631c17376bcb5a7aa305408aaeaf03738d7b95
+R 8c623c935b30eeb9d92da06881380546
+U drh
+Z 614e0d283fd54baccbd9a4c40c15a0aa
-63631c17376bcb5a7aa305408aaeaf03738d7b95
\ No newline at end of file
+0b5b526c9de22a34c5051d14735a062ed3f898eb
\ No newline at end of file
** the version number) and changes its name to "sqlite3.h" as
** part of the build process.
**
-** @(#) $Id: sqlite.h.in,v 1.220 2007/08/14 01:58:53 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.221 2007/08/14 18:03:15 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
** immediately.
**
** It is safe to call this routine from a thread different from the
-** thread that is currently running the database operation.
+** thread that is currently running the database operation. But it
+** is not safe to call this routine with a database connection that
+** is closed or might close before sqlite3_interrupt() returns.
**
** The SQL operation that is interrupted will return [SQLITE_INTERRUPT].
** If an interrupted operation was an update that is inside an