Fix a typo in the sqlite3_blob_open() documentation. (CVS 6643)
FossilOrigin-Name: 92866482ef7cc91b5ac7bebec7e6edf900aa64c6
This commit is contained in:
parent
373cc2dd08
commit
554b3830db
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
e3ccbc69babd05d45db8065f6612751eda1aa645
|
||||
92866482ef7cc91b5ac7bebec7e6edf900aa64c6
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user