]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Mark the end of the return codes in the sqlite3.h.in template file. (CVS 2923)
authordrh <drh@noemail.net>
Thu, 12 Jan 2006 02:50:09 +0000 (02:50 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Jan 2006 02:50:09 +0000 (02:50 +0000)
FossilOrigin-Name: 19b848d99f215914454422edc0ce72422de0774e

manifest
manifest.uuid
src/sqlite.h.in

index fe75187d257ce9115efc6cdb3b66f0bf7aac9b60..c11c6ab6210a6bfcf03d2a36c7e47749373b1383 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sthe\slegacy_file_format\spragma.\s(CVS\s2922)
-D 2006-01-12T01:56:44
+C Mark\sthe\send\sof\sthe\sreturn\scodes\sin\sthe\ssqlite3.h.in\stemplate\sfile.\s(CVS\s2923)
+D 2006-01-12T02:50:10
 F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -69,7 +69,7 @@ F src/random.c d40f8d356cecbd351ccfab6eaedd7ec1b54f5261
 F src/select.c 7b19d350cb2a18ae4a59d6b87049aa2ce9c671ae
 F src/server.c e425729aa7ff374637033a38ba9fd9938c432244
 F src/shell.c 66b073375efbdee19045e7e0cd38b85f9aff71da
-F src/sqlite.h.in 4320cff369e37897d2839d526c2b8917a2756d60
+F src/sqlite.h.in 492580f7e3ff71eb43193eb7bb98e2d549889ce3
 F src/sqliteInt.h adb23b1130eccea72dcc1c617e7045a3e2c774b2
 F src/table.c 486dcfce532685b53b5a2b5da8bba0ded6fb2316
 F src/tclsqlite.c d650bea0248fc0a310ddc2cb94273a3a5021fddf
@@ -340,7 +340,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P a8c74febec11eb689ca9f6b454f8c8bbadfc49d7
-R a006d7e482249415e32201526e886230
+P b2dbd1a5b7f5a70049f25755f07b9c4c5116549b
+R f01c78cb5101d5f8c4628d8a0f6e1a3c
 U drh
-Z d18deac16feff4f4bab19d89c3286410
+Z dd6c0f959f13f7eb30f87b43ed1555a8
index c4eeaed0ab34ddaaeda8ae490e80e922e8617cc4..25824b7e19e6d612f0786d16a9649dcdc9da4385 100644 (file)
@@ -1 +1 @@
-b2dbd1a5b7f5a70049f25755f07b9c4c5116549b
\ No newline at end of file
+19b848d99f215914454422edc0ce72422de0774e
\ No newline at end of file
index 92caceedd969d1f6853ceadac59eca2f4b59a281..8cc900e00c41c0f584ebbf41ffcae5927d1d9410 100644 (file)
@@ -12,7 +12,7 @@
 ** This header file defines the interface that the SQLite library
 ** presents to client programs.
 **
-** @(#) $Id: sqlite.h.in,v 1.155 2006/01/11 21:41:22 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.156 2006/01/12 02:50:10 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -192,6 +192,7 @@ int sqlite3_exec(
 #define SQLITE_NOTADB      26   /* File opened that is not a database file */
 #define SQLITE_ROW         100  /* sqlite3_step() has another row ready */
 #define SQLITE_DONE        101  /* sqlite3_step() has finished executing */
+/* end-of-return-codes */
 
 /*
 ** Each entry in an SQLite table has a unique integer key.  (The key is