Fix a typo in the documentation on sqlite3_open_v2(). (CVS 5031)
FossilOrigin-Name: f7b62daa9fe71dc713bde107507fc7bcb812d62b
This commit is contained in:
parent
61dd58391f
commit
1cceeb93ea
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Remove\sunused\scode\sfrom\sOP_IdxLt\sand\sOP_IdxGE.\s(CVS\s5030)
|
||||
D 2008-04-18T11:31:13
|
||||
C Fix\sa\stypo\sin\sthe\sdocumentation\son\ssqlite3_open_v2().\s(CVS\s5031)
|
||||
D 2008-04-19T14:06:28
|
||||
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 b02ee16591f0194739e7deb12099d3e98e60b7f3
|
||||
F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
|
||||
F src/shell.c be22ec05c8c4a43a95a6ad3b8068542200451e07
|
||||
F src/sqlite.h.in 0fdf9ac32584cb4b361feb81bfabfe794f95e467
|
||||
F src/sqlite.h.in 0b6db5e8fac8e66e5ab77a9c7abf6db161c93275
|
||||
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 9a976819246eb558ba43429f8889972c4a4bce9d
|
||||
R 73a8c0b2a0e2ae4a89b1181d0864ddcb
|
||||
U danielk1977
|
||||
Z 9ff8963d8d921ad836977fc03939b1dc
|
||||
P df02175ec0f28d57942b8275b540ff855dfbeb09
|
||||
R 6299f6a06e93546f99df6a47ebb09453
|
||||
U drh
|
||||
Z 385bf8bab63aafd1f261478c271df70c
|
||||
|
@ -1 +1 @@
|
||||
df02175ec0f28d57942b8275b540ff855dfbeb09
|
||||
f7b62daa9fe71dc713bde107507fc7bcb812d62b
|
@ -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.306 2008/04/17 17:03:26 drh Exp $
|
||||
** @(#) $Id: sqlite.h.in,v 1.307 2008/04/19 14:06:28 drh Exp $
|
||||
*/
|
||||
#ifndef _SQLITE3_H_
|
||||
#define _SQLITE3_H_
|
||||
@ -1984,7 +1984,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*);
|
||||
** The third options is behavior that is always used for [sqlite3_open()]
|
||||
** and [sqlite3_open16()].
|
||||
**
|
||||
** If the 4th parameter to [sqlite3_open_v2()] is not one of the
|
||||
** If the 3rd parameter to [sqlite3_open_v2()] is not one of the
|
||||
** combinations shown above then the behavior is undefined.
|
||||
**
|
||||
** If the filename is ":memory:", then an private
|
||||
|
Loading…
Reference in New Issue
Block a user