]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove a broken hyperlink from the API documentation. (CVS 4763)
authordrh <drh@noemail.net>
Thu, 31 Jan 2008 17:21:21 +0000 (17:21 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Jan 2008 17:21:21 +0000 (17:21 +0000)
FossilOrigin-Name: 5fbda121743261f965d18342356a7c270daba416

manifest
manifest.uuid
src/sqlite.h.in

index c9e85b27c836f52152e6a2819915acea8e9d658b..5de232d885d29f0cffd5e4117432da0e34756f32 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fixes\sto\sAPI\sdefinition\scomments\sin\ssqlite.h.in.\s\sUpdates\sto\sthe\nbuild\sscript\s-\sticket\s#2874.\s(CVS\s4762)
-D 2008-01-31T16:36:40
+C Remove\sa\sbroken\shyperlink\sfrom\sthe\sAPI\sdocumentation.\s(CVS\s4763)
+D 2008-01-31T17:21:22
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in bc2b5df3e3d0d4b801b824b7ef6dec43812b049b
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -135,7 +135,7 @@ F src/random.c 02ef38b469237482f1ea14a78b2087cfbaec48bd
 F src/select.c 1a5d0aaf8f420b164eb775d3b1ba2bfb79597f65
 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
 F src/shell.c ca06cb687c40a8bff6307b5fad41a0e86a0f8558
-F src/sqlite.h.in 7d8596b5b4f8bfd4e171ba2fdfec1da1de71465e
+F src/sqlite.h.in be6caded9ecc1d0da60670334edfb3426cc256d2
 F src/sqlite3ext.h a93f59cdee3638dc0c9c086f80df743a4e68c3cb
 F src/sqliteInt.h b006a4d887af1ce273683cc4874a506254068dbd
 F src/sqliteLimit.h ee4430f88f69bf63527967bb35ca52af7b0ccb1e
@@ -614,7 +614,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P face510bc14f440fc08dd5a354882ae05499bfa7
-R 2ecd31ad08cc305dd5a7c7f5c9076dd5
+P c23f51de61398b08a9f02cc65befcbfe506137c0
+R 364e82c6efd0347de00dcbae563ca888
 U drh
-Z 40c301baed59af8803100e4b6c98d355
+Z 554550254dd536e1c78a3afea1187977
index ddf3c8a0b41d026fa996015748035a8b47c1333d..72b31629fcc0cf8cb1e71102df837c3eb0ad22a3 100644 (file)
@@ -1 +1 @@
-c23f51de61398b08a9f02cc65befcbfe506137c0
\ No newline at end of file
+5fbda121743261f965d18342356a7c270daba416
\ No newline at end of file
index 01448e933e4e1e24908d47df60fd91afa2f06ce4..e8d56b4e8bad5d8d19b607efac9aadcae3ebf12a 100644 (file)
@@ -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.282 2008/01/31 16:36:40 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.283 2008/01/31 17:21:22 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -2348,7 +2348,6 @@ typedef struct sqlite3_context sqlite3_context;
 ** for "?NNN" parameters is the value of NNN.
 ** The NNN value must be between 1 and the compile-time
 ** parameter SQLITE_MAX_VARIABLE_NUMBER (default value: 999).
-** See <a href="limits.html">limits.html</a> for additional information.
 **
 ** The third argument is the value to bind to the parameter.
 **