From 25ef8f1c2c2509eb2d074e29aa3026e54b495ec7 Mon Sep 17 00:00:00 2001 From: drh Date: Thu, 2 Oct 2008 14:33:56 +0000 Subject: [PATCH] Fix a typo that prevents the sqlite3_sql() interface from appearing in the official documentation. (CVS 5761) FossilOrigin-Name: b46814b202f4cc355b925551c90ea811f3f9e44a --- manifest | 14 +++++++------- manifest.uuid | 2 +- src/sqlite.h.in | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest b/manifest index 8c5d7d637c..54937026b3 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 7d1220adcb..ef37925365 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -803a1736d56b3c07b8ad38715fe0e39196ecc507 \ No newline at end of file +b46814b202f4cc355b925551c90ea811f3f9e44a \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index b44a6dbb0e..69748f00d6 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.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} +** CAPI3REF: Retrieving Statement SQL {H13100} ** ** 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 -- 2.47.2