2021-03-30
| ||
19:17 | • Fixed ticket [132994c8]: RETURNING old.* seg-faults plus 6 other changes (artifact: 88a4c19d2b user: drh) | |
01:57 | Raise an error if a term of the form "TABLE.*" appears in the RETURNING clause, as SQLite does not (yet) know how to handle that. Ticket [132994c8b1063bfb]. (check-in: 257e16f7b3 user: drh tags: branch-3.35) | |
01:52 | Raise an error if a term of the form "TABLE.*" appears in the RETURNING clause, as SQLite does not (yet) know how to handle that. Ticket [132994c8b1063bfb]. (check-in: 3039bcaff9 user: drh tags: trunk) | |
00:47 | • Ticket [132994c8] RETURNING old.* seg-faults status still Open with 3 other changes (artifact: 2559d91f47 user: drh) | |
2021-03-29
| ||
23:55 | • Ticket [132994c8]: 3 changes (artifact: f8527c33a3 user: larrybr) | |
23:40 | • Ticket [132994c8]: 6 changes (artifact: 0177493069 user: larrybr) | |
22:57 | • New ticket [132994c8]. (artifact: 05ea74f5f7 user: larrybr) | |
Ticket Hash: | 132994c8b1063bfbe4fc0d7cffba974d0970b9ef | ||
Title: | RETURNING old.* seg-faults | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Severe | Priority: | High |
Subsystem: | Code_Generator | Resolution: | Fixed |
Last Modified: | 2021-03-30 19:17:30 | ||
Version Found In: | 3.35.3 |
User Comments: | ||||
larrybr added on 2021-03-29 22:57:42:
This SQL, applied to :memory: DB, Reported in forum post: https://sqlite.org/forum/forumpost/cdc28fec1a larrybr added on 2021-03-29 23:40:47: Slightly simpler test case (from Keith at the forum): larrybr added on 2021-03-29 23:55:58: Strike that final repro update. Both of these seg-fault: drh added on 2021-03-30 00:47:59: The FROM clause is not required. Any RETURNING that contains the form "table.*" seems to cause the problem. Example:
|