Files
turso/testing
Pekka Enberg 6199c3994a Merge 'Create plan for Update queries' from Preston Thorpe
closes #1186, or at least works towards it by implementing an actual
Plan for update queries instead of translating everything inline. This
allows for actually using index's, rewriting const expressions, pushing
predicates instead of hardcoding a full scan in the translation.
### TODOs:
1.  `RETURNING` clause/result columns
2.  `OFFSET` clauses
3. on conflict
### LIMIT:
By supporting `LIMIT` directly in update queries, we'll have to put the
tests outside of the compatibility tests, maybe in the CLI tests.

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #1189
2025-04-01 17:33:32 +03:00
..
2024-08-03 12:16:34 +03:00
2025-03-30 18:58:40 +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-02-06 23:39:12 +05:30
2024-12-30 17:02:31 +05:30
2025-01-16 00:09:45 +05:30
2025-03-30 18:58:38 +03:00
2025-03-29 14:46:11 +02:00
2025-02-04 21:02:51 +05:30
2024-10-05 18:25:04 +03:00