Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Back out the previous change. We are instead going to modify the code to match the documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e16ada80d643aa072ae0ce0daf8c3538 |
User & Date: | drh 2019-08-05 20:39:24.741 |
Context
2019-08-07
| ||
21:59 | Fix typo in comment. (check-in: b0c5406903 user: mistachkin tags: trunk) | |
2019-08-05
| ||
20:39 | Back out the previous change. We are instead going to modify the code to match the documentation. (check-in: 3578d6c47b user: drh tags: branch-3.29) | |
20:39 | Back out the previous change. We are instead going to modify the code to match the documentation. (check-in: e16ada80d6 user: drh tags: trunk) | |
12:54 | Update the documentation on the affinity of the columns of VIEWs and subqueries that are generated from expressions to match the actual implementation of 10 years standing - namely such columns have BLOB affinity, not no affinity. Ticket https://www.sqlite.org/src/info/d52a29a9e6bc55c5 (check-in: 07b7749da8 user: drh tags: trunk) | |
Changes
Changes to pages/datatype3.in.
︙ | |||
312 313 314 315 316 317 318 | 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 | - - - - + + + + + - + | <li><p>^Otherwise, an expression has no affinity. </ul> <tcl>hd_fragment affview {rules for determining column affinity in VIEWs}</tcl> <h2>Column Affinity For Views And Subqueries</h2> |
︙ |