Documentation Source Text

Check-in [4148d50b93]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed another typo in the same sentence of the 3.6.12 release log.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4148d50b93fa5d5d512dee5ab168266b71ab687a
User & Date: drh 2009-03-31 13:54:21.000
Context
2009-03-31
15:13
Update the coverage statistics on the testing document. (check-in: 1801a39523 user: drh tags: trunk)
13:54
Fixed another typo in the same sentence of the 3.6.12 release log. (check-in: 4148d50b93 user: drh tags: trunk)
13:52
Fix a typo in the 3.6.12 release log. (check-in: 790056fe66 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
    }
    hd_close_aux
    hd_enable_main 1
  }
}

chng {2009 March 31 (3.6.12)} {
<li>Fixed a bug that cause database corruption when an [incremental_vacuum] is
    rolled back in an in-memory database.  Ticket #3761.
<li>Added the [sqlite3_unlock_notify()] interface.
<li>Added the [reverse_unordered_selects pragma].
<li>The default page size on windows is automatically adjusted to match the
    capabilities of the underlying filesystem.
<li>Add the new ".genfkey" command in the [CLI] for generating triggers to
    implement foreign key constraints.







|







39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
    }
    hd_close_aux
    hd_enable_main 1
  }
}

chng {2009 March 31 (3.6.12)} {
<li>Fixed a bug that caused database corruption when an [incremental_vacuum] is
    rolled back in an in-memory database.  Ticket #3761.
<li>Added the [sqlite3_unlock_notify()] interface.
<li>Added the [reverse_unordered_selects pragma].
<li>The default page size on windows is automatically adjusted to match the
    capabilities of the underlying filesystem.
<li>Add the new ".genfkey" command in the [CLI] for generating triggers to
    implement foreign key constraints.