]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the documentation for sqlite3_bind_text. Ticket #3056. (CVS 5025)
authordrh <drh@noemail.net>
Thu, 17 Apr 2008 17:03:25 +0000 (17:03 +0000)
committerdrh <drh@noemail.net>
Thu, 17 Apr 2008 17:03:25 +0000 (17:03 +0000)
FossilOrigin-Name: 79571e2c74fa365b7f471428c48e1678375b8c9d

manifest
manifest.uuid
src/sqlite.h.in

index aeb9d8f867bdb14fbeecb70e971a175bcd7523b5..ba561dd31dfa97f6ad7a53df6923173567e1ed18 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sthe\sjournal_mode\spragma.\s\sThis\sis\scurrently\sjust\ssyntax\s-\sit\sis\snot\noperational.\s(CVS\s5024)
-D 2008-04-17T17:02:01
+C Fix\sa\stypo\sin\sthe\sdocumentation\sfor\ssqlite3_bind_text.\s\sTicket\s#3056.\s(CVS\s5025)
+D 2008-04-17T17:03:26
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -137,7 +137,7 @@ F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a
 F src/select.c 5b8824a326a923876827fa8771c5e4e9e3a7faa1
 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
 F src/shell.c be22ec05c8c4a43a95a6ad3b8068542200451e07
-F src/sqlite.h.in bbb063e9055d1833a3fe3926ffc2ef555cfd1da1
+F src/sqlite.h.in 0fdf9ac32584cb4b361feb81bfabfe794f95e467
 F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3
 F src/sqliteInt.h f06ba8e00fb8232bfef14d203d131ad96f858e04
 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
@@ -631,7 +631,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 8efb7f4ffbfc3ad901a3bb1b4ff9390b8c13760b
-R 0ca2532289144ce972e1e34dde122f5d
+P 8eaa0c71023ac428f6f9f8091341584caa773ab9
+R 1dd42524c80ac311255ad8c1673ca3df
 U drh
-Z 85f8f8b96162a61bffd06c2b76777b7a
+Z d55eeb25ddd3a6c6f8140d6c3c307d8a
index 11e266eecb9f28a877144d4cb0b2b05935cf29d6..9d17f704be2c929693d3dacec3d0522c70fe19e3 100644 (file)
@@ -1 +1 @@
-8eaa0c71023ac428f6f9f8091341584caa773ab9
\ No newline at end of file
+79571e2c74fa365b7f471428c48e1678375b8c9d
\ No newline at end of file
index ca32a0652afc235f4f01fd088c519ec972e1dfbe..bf959fda6cb2c042af5448818c20afef022b1ca6 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.305 2008/04/16 00:28:14 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.306 2008/04/17 17:03:26 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -4051,7 +4051,7 @@ typedef void (*sqlite3_destructor_type)(void*);
 **
 ** {F16436} The [sqlite3_result_text(C,V,N,D)] interface changes the
 **          return value of function C to be the UTF8 string
-**          V up the first zero if N is negative
+**          V up to the first zero if N is negative
 **          or the first N bytes of V if N is non-negative.
 **
 ** {F16439} The [sqlite3_result_text16(C,V,N,D)] interface changes the