Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix spelling of precede and preceding in a few places. Cvs ticket 3700. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
67c02fcc03315f7fb3019bf30dd6bf9b |
User & Date: | dan 2009-03-04 12:20:46.000 |
Context
2009-03-05
| ||
21:46 | Fixed some typos and spelling mistakes. (check-in: 832ea9eb72 user: shaneh tags: trunk) | |
2009-03-04
| ||
12:20 | Fix spelling of precede and preceding in a few places. Cvs ticket 3700. (check-in: 67c02fcc03 user: dan tags: trunk) | |
2009-02-23
| ||
18:14 | Added the beginnings of a change log for version 3.6.12. (check-in: c926b561a2 user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | |||
1878 1879 1880 1881 1882 1883 1884 | 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 | - + | The aggregate functions shown below are available by default. Additional aggregate functions written in C may be added using the [sqlite3_create_function()]</a> API.</p> <p> In any aggregate function that takes a single argument, that argument |
︙ | |||
2304 2305 2306 2307 2308 2309 2310 | 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 | - + - + | <tcl> BubbleDiagram qualified-table-name BubbleDiagram single-source </tcl> <p>The "INDEXED BY index-name" clause specifies that the named index |
︙ |
Changes to pages/pragma.in.
︙ | |||
413 414 415 416 417 418 419 | 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 | - + | for example:</p> <blockquote> PRAGMA <b>main.</b>locking_mode=EXCLUSIVE; </blockquote> <p>Then the locking mode applies only to the named database. If no |
︙ |
Changes to pages/testing.in.
︙ | |||
464 465 466 467 468 469 470 | 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 | - + | } </pre></blockquote> <p>For bitmask tests, testcase() macros are used to verify that every bit of the bitmask effects the test. For example, in the following block of code, the condition is true if the mask contains either of two bits indicating either a MAIN_DB or a TEMP_DB is being opened. The testcase() |
︙ |