From 871f6ca15ad29e43f8ce134b63d2572bd68a1e93 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 14 Aug 2007 18:03:14 +0000 Subject: [PATCH] Clarify documentation on sqlite3_interrupt(). (CVS 4224) FossilOrigin-Name: 0b5b526c9de22a34c5051d14735a062ed3f898eb --- manifest | 14 +++++++------- manifest.uuid | 2 +- src/sqlite.h.in | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/manifest b/manifest index 7984adf5e1..dd2f434457 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -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 @@ -109,7 +109,7 @@ F src/random.c 6119474a6f6917f708c1dee25b9a8e519a620e88 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 @@ -525,7 +525,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 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 diff --git a/manifest.uuid b/manifest.uuid index a517de1e55..5a1c4889f2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -63631c17376bcb5a7aa305408aaeaf03738d7b95 \ No newline at end of file +0b5b526c9de22a34c5051d14735a062ed3f898eb \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 8f4f082034..04e938ba9b 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** 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_ @@ -736,7 +736,9 @@ int sqlite3_total_changes(sqlite3*); ** 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 -- 2.47.3