diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index a9731faf9..ae8208842 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -3571,7 +3571,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*); ** [[OPEN_EXRESCODE]] ^(<dt>[SQLITE_OPEN_EXRESCODE]</dt> ** <dd>The database connection comes up in "extended result code mode". ** In other words, the database behaves as if -** [sqlite3_extended_result_codes(db,1)] where called on the database +** [sqlite3_extended_result_codes(db,1)] were called on the database ** connection as soon as the connection is created. In addition to setting ** the extended result code mode, this flag also causes [sqlite3_open_v2()] ** to return an extended result code.</dd> |