Files
turso/testing
Pekka Enberg 471d26a632 Merge 'Fix index update when INTEGER PRIMARY KEY (rowid alias)' from Adrian-Ryan Acala
When an `UPDATE` statement modifies a table's `INTEGER PRIMARY KEY`
(which acts as a `rowid` alias) alongside other indexed columns, the
index entries were incorrectly retaining the old `rowid`. This led to
stale index references, causing subsequent queries to return incorrect
results.
This change ensures that when the `rowid` alias is part of the `SET`
clause in an `UPDATE` statement, the new `rowid` value is used for
generating and updating index records. This guarantees that all index
entries correctly point to the updated row, resolving the data
inconsistency.
Fixes #1897

Closes #1916
2025-07-03 13:10:53 +03:00
..
2025-07-03 02:15:08 -03:00
2024-08-03 12:16:34 +03:00
2025-06-30 17:30:01 +03:00
wip
2025-06-11 14:19:04 -03:00
2025-02-09 22:01:33 +04:00
2025-01-19 00:39:10 +05:30
2025-01-21 00:29:23 +05:30
2025-06-20 15:59:03 -03:00
2024-12-30 17:02:31 +05:30
2025-06-11 18:39:06 +02:00
2025-06-17 19:33:23 +02:00
2025-03-30 18:58:38 +03:00
2025-05-08 22:22:55 +08:00
2025-05-11 23:47:30 +08:00
2025-06-17 19:33:23 +02:00
2025-04-15 12:45:46 -03:00
2025-06-25 14:01:53 +02:00
2025-02-04 21:02:51 +05:30
2024-10-05 18:25:04 +03:00
2025-06-07 17:37:36 +09:00
2025-05-23 17:45:56 +08:00

Limbo Testing