Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
349d556c0af7325f9abb24511b1d5b41 |
User & Date: | drh 2013-03-22 23:39:18.860 |
Context
2013-03-27
| ||
19:06 | Update the omitted.html page. (check-in: d4dfc5ce44 user: drh tags: trunk) | |
2013-03-22
| ||
23:39 | Fix a typo. (check-in: 349d556c0a user: drh tags: trunk) | |
2013-03-19
| ||
20:00 | Improved documentation for PRAGMA foreign_key_check and foreign_key_list. (check-in: 72af2c4df1 user: drh tags: trunk) | |
Changes
Changes to pages/datatype3.in.
︙ | ︙ | |||
8 9 10 11 12 13 14 | of a value is determined by its container - the particular column in which the value is stored.</p> <p>SQLite uses a more general dynamic type system. In SQLite, the datatype of a value is associated with the value itself, not with its container. The dynamic type system of SQLite is backwards compatible with the more common static type systems of other database engines | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | of a value is determined by its container - the particular column in which the value is stored.</p> <p>SQLite uses a more general dynamic type system. In SQLite, the datatype of a value is associated with the value itself, not with its container. The dynamic type system of SQLite is backwards compatible with the more common static type systems of other database engines in the sense that SQL statements that work on statically typed databases should work the same way in SQLite. However, the dynamic typing in SQLite allows it to do things which are not possible in traditional rigidly typed databases.</p> <tcl>hd_fragment storageclasses {storage class}</tcl> <h2>1.0 Storage Classes and Datatypes</h2> |
︙ | ︙ |