]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the sqlite3_blob_open() documentation. (CVS 6643)
authordrh <drh@noemail.net>
Sun, 17 May 2009 12:07:47 +0000 (12:07 +0000)
committerdrh <drh@noemail.net>
Sun, 17 May 2009 12:07:47 +0000 (12:07 +0000)
FossilOrigin-Name: 92866482ef7cc91b5ac7bebec7e6edf900aa64c6

manifest
manifest.uuid
src/sqlite.h.in

index 5f9fd5f6642b6b1109bd526595aa327efc62746f..84b4e9e28d32a046e5fd2e3e8868723ab5a3b2c2 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Tweaks\sand\ssimplifications\sto\sselect.c\sto\sfacility\sfull\scoverage\stesting.\s(CVS\s6642)
-D 2009-05-17T02:06:15
+C Fix\sa\stypo\sin\sthe\ssqlite3_blob_open()\sdocumentation.\s(CVS\s6643)
+D 2009-05-17T12:07:48
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -160,7 +160,7 @@ F src/resolve.c 2ce8f8bc8a0c913cbaec3fb3da2be113ea1fa5af
 F src/rowset.c 14d12b5e81b5907b87d511f6f4219805f96a4b55
 F src/select.c 3adc1da3ba3ee024c9416fa61d5deae0ad833360
 F src/shell.c 0a11f831603f17fea20ca97133c0f64e716af4a7
-F src/sqlite.h.in 85c4398938ee2fd1382fee24bbedd5342a2bc2ed
+F src/sqlite.h.in 0c459a45c1047be24c6a58646e8be4d001a3a28a
 F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
 F src/sqliteInt.h f45e2a34e91803d1f10406dd73a2327bee894865
 F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
@@ -729,7 +729,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P ddee7ff23e9a396cab89d20ff9fc4cf3dfd4561c
-R bc03c1ce916b8e2da7409c5c51691207
+P e3ccbc69babd05d45db8065f6612751eda1aa645
+R 4c50604c2b46c8a295a297827d1007aa
 U drh
-Z df66ed9bee07ae7413393e0224958ee2
+Z 24364081c0a342b84ec9ac3838ce6a93
index bdc709658bbe070f1116f2dbdbd9e3c5034e8299..0795e43fec3aa109c01401fc645f039e5891c740 100644 (file)
@@ -1 +1 @@
-e3ccbc69babd05d45db8065f6612751eda1aa645
\ No newline at end of file
+92866482ef7cc91b5ac7bebec7e6edf900aa64c6
\ No newline at end of file
index 63ed6a2e4b7d7b737af733dca0328c154e3561d3..6b9973fe894b6eb4dcd20907e4fb5c565f6853fe 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.450 2009/05/14 22:37:48 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.451 2009/05/17 12:07:48 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -4402,7 +4402,7 @@ typedef struct sqlite3_blob sqlite3_blob;
 **     SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
 ** </pre> {END}
 **
-** If the flags parameter is non-zero, the the BLOB is opened for read
+** If the flags parameter is non-zero, then the BLOB is opened for read
 ** and write access. If it is zero, the BLOB is opened for read access.
 **
 ** Note that the database name is not the filename that contains