]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo that prevents the sqlite3_sql() interface from appearing
authordrh <drh@noemail.net>
Thu, 2 Oct 2008 14:33:56 +0000 (14:33 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Oct 2008 14:33:56 +0000 (14:33 +0000)
in the official documentation. (CVS 5761)

FossilOrigin-Name: b46814b202f4cc355b925551c90ea811f3f9e44a

manifest
manifest.uuid
src/sqlite.h.in

index 8c5d7d637c9c6d78aafa10a6fc3924b57d068546..54937026b373235513ded79a4b4bec716537d36b 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Optimize\squeries\sthat\scontain\s"WHERE\srowid\sIN\s(x,\sy,\sz...)"\sby\susing\san\sintkey\sbtree\sto\sstore\sthe\s(x,\sy,\sz...)\sset\sinstead\sof\san\sindex\sbtree.\s(CVS\s5760)
-D 2008-10-02T13:50:56
+C Fix\sa\stypo\sthat\sprevents\sthe\ssqlite3_sql()\sinterface\sfrom\sappearing\nin\sthe\sofficial\sdocumentation.\s(CVS\s5761)
+D 2008-10-02T14:33:57
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in e4ab842f9a64ef61d57093539a8aab76b12810db
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -149,7 +149,7 @@ F src/random.c 11bbdf7def3746a762fbdb56c9d04648135ad6d8
 F src/resolve.c a6abf83125bce0c80ba04acc27c3565155ad305c
 F src/select.c f118f8db2ce91a4cf972e6ae88c8e7cc8543f513
 F src/shell.c d83b578a8ccdd3e0e7fef4388a0887ce9f810967
-F src/sqlite.h.in 2be75cc1f2a5515db910e8d0e2d5954b493fd1f3
+F src/sqlite.h.in ea235b37a691b32e7941baa70fb0afaf6377dbb4
 F src/sqlite3ext.h 1e3887c9bd3ae66cb599e922824b04cd0d0f2c3e
 F src/sqliteInt.h 437b408a7473293a903eb63f3c1d6ca814a13cdb
 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
@@ -638,7 +638,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P aabde23fe19bd95371fdebdde66ac553dfd53f8e
-R 280f60e55a9bc8f499b588b678dbf711
-U danielk1977
-Z 0496772435641c7d88e45dbde24176e8
+P 803a1736d56b3c07b8ad38715fe0e39196ecc507
+R 243556cb0b1b86e08eea9d0132581848
+U drh
+Z d6769dceda655ca5c441f3e442cce59a
index 7d1220adcb30e2cfba6534f1982fd6b2a7d05bb7..ef37925365f7ad828594e103a232e54139cb4dcc 100644 (file)
@@ -1 +1 @@
-803a1736d56b3c07b8ad38715fe0e39196ecc507
\ No newline at end of file
+b46814b202f4cc355b925551c90ea811f3f9e44a
\ No newline at end of file
index b44a6dbb0e21a61089b6e744ee4657c72da280bd..69748f00d670ad75315beff9b58c9c1bf882b8ea 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.399 2008/09/22 17:54:46 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.400 2008/10/02 14:33:57 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -2844,7 +2844,7 @@ int sqlite3_prepare16_v2(
 );
 
 /*
-** CAPIREF: Retrieving Statement SQL {H13100} <H13000>
+** CAPI3REF: Retrieving Statement SQL {H13100} <H13000>
 **
 ** This interface can be used to retrieve a saved copy of the original
 ** SQL text used to create a [prepared statement] if that statement was