Ticket Hash: | c88f3036a2fb3f1fe3eb6bed61076222b172dbe1 | ||
Title: | ALTER TABLE DROP COLUMN may corrupt data | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | Low |
Subsystem: | Unknown | Resolution: | Fixed |
Last Modified: |
2021-07-23 23:49:07 3.94 years ago |
Created: |
2021-04-18 05:42:04 4.20 years ago |
Version Found In: | 3.35.* |
User Comments: | ||||
dan added on 2021-04-18 05:42:04:
See forum post from Vladimir Panteleev here: https://sqlite.org/forum/forumpost/96896f825d Reproduce with:
The result of the final query should be (50000, 456) - the value of "c" for all rows is 456 - but instead shows that for some rows "c" has the value 123. |