Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix documentation typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.28 |
Files: | files | file ages | folders |
SHA3-256: |
ee5e3f5b4382d5703b44fa57b613ef43 |
User & Date: | drh 2019-07-09 09:48:46.019 |
Context
2019-07-09
| ||
09:50 | Merge documentation fixes from the 3.28 release. (check-in: 02ab9d6bd3 user: drh tags: trunk) | |
09:48 | Fix documentation typo. (Leaf check-in: ee5e3f5b43 user: drh tags: branch-3.28) | |
2019-05-21
| ||
02:48 | Use the <!DOCTYPE html> header on all pages. (check-in: b5aef4cfad user: drh tags: branch-3.28) | |
Changes
Changes to pages/quirks.in.
︙ | ︙ | |||
53 54 55 56 57 58 59 | <p> SQLite is very flexible with regard to datatypes. <p> Some commentators say that SQLite is "weakly typed" and that other SQL databases are "strongly typed". We consider these terms to be | | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <p> SQLite is very flexible with regard to datatypes. <p> Some commentators say that SQLite is "weakly typed" and that other SQL databases are "strongly typed". We consider these terms to be inaccurate and perjorative. We prefer to say that SQLite is "flexibly typed" and that other SQL databases are "rigidly typed". <p> See the [datatype|Datatypes in SQLite Version 3] document for a detailed discussion of the type system in SQLite. <p> |
︙ | ︙ |