Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further clarification of automatic affinity conversion rules. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3a3335a61eef722632c31a665b0679a6 |
User & Date: | drh 2019-10-14 00:26:59.087 |
Context
2019-10-16
| ||
18:07 | Fix typos in the lemon documentation. (check-in: 85bc3983a5 user: drh tags: trunk) | |
2019-10-14
| ||
00:26 | Further clarification of automatic affinity conversion rules. (check-in: 3a3335a61e user: drh tags: trunk) | |
00:20 | Clarification of the automatic conversion rules for inserting TEXT into a NUMERIC column. (check-in: 9840457b31 user: drh tags: trunk) | |
Changes
Changes to pages/datatype3.in.
︙ | |||
432 433 434 435 436 437 438 | 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 | - - + + + + + + + + + | <p>^SQLite may attempt to convert values between the storage classes INTEGER, REAL, and/or TEXT before performing a comparison. ^Whether or not any conversions are attempted before the comparison takes place depends on the type affinity of the operands. <p>To "apply affinity" means to convert an operand to a particular storage |
︙ |