Overview
| Comment: | Do not allow parameters or schema references inside of WITH clause of triggers and views. This fixes a bug discovered by OSSFuzz and present since common-table-expressions were first added in 2014-02-03. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b918d4b4e546d3903ff20efc3c8ca26d |
| User & Date: | drh on 2018-02-15 21:00:37.044 |
| Other Links: | manifest | tags |
Context
|
2018-02-17
| ||
| 07:38 | Fix a data race causing a tsan complaint with SQLITE_ENABLE_API_ARMOR builds on unix. The race condition is not dangerous in practice, it just upsets tsan. (check-in: f53b8a573b ... user: dan tags: trunk) | |
|
2018-02-15
| ||
| 21:00 | Do not allow parameters or schema references inside of WITH clause of triggers and views. This fixes a bug discovered by OSSFuzz and present since common-table-expressions were first added in 2014-02-03. (check-in: b918d4b4e5 ... user: drh tags: trunk) | |
| 03:56 | Improve performance of editdist3() by keeping the costs in sorted order. Also add a new regression test to editdist3(). (check-in: dc734c5b61 ... user: drh tags: trunk) | |
Changes
Modified src/attach.c
from [84c477e856]
to [e1c0d72dd0].
[diff]
Added test/with4.test version [257be66c0c].