Index: Doc/Extra/Core/lang_detach.html ================================================================== --- Doc/Extra/Core/lang_detach.html +++ Doc/Extra/Core/lang_detach.html @@ -105,9 +105,7 @@ different names, and detaching one connection to a file will leave the others intact.

In shared cache mode, attempting to attach the same database file more than once results in an error. -

This statement will fail if SQLite is in the middle of a transaction.

- Index: Doc/Extra/Core/pragma.html ================================================================== --- Doc/Extra/Core/pragma.html +++ Doc/Extra/Core/pragma.html @@ -119,11 +119,11 @@ of SQLite.
  • The pragma command is specific to SQLite and is not compatible with any other SQL database engine. -

    The C-language API for SQLite provides the SQLITE_FCNTL_PRAGMA +

    The C-language API for SQLite provides the SQLITE_FCNTL_PRAGMA file control which gives VFS implementations the opportunity to add new PRAGMA statements or to override the meaning of built-in PRAGMA statements.

    @@ -219,11 +219,11 @@

    Additional notes: