limbo/core/translate
Jussi Saurio eb7fa9693d
Merge 'Return error on attempting to drop index associated with PRIMARY KEY and UNIQUE constraints' from
Closes issue #2455. Also includes tests.

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

Closes #2461
2025-08-07 09:00:02 +03:00
..
optimizer Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
aggregation.rs implement the collseq bytecode instruction 2025-08-05 13:49:04 -05:00
alter.rs feat: add DropColumn instruction 2025-08-06 13:39:30 -03:00
attach.rs fix merge conflicts 2025-08-04 12:32:34 -03:00
collate.rs fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00
compound_select.rs Simplify program epilogue by tracking the transaction mode and rollback status in the ProgramBuilder and then calling epilogue just once 2025-08-04 12:32:34 -03:00
delete.rs Introduce scan type 2025-08-04 20:27:22 +02:00
display.rs Accept parsing SET statements with repeated names, like `.. SET (a, a) = 2025-07-31 00:08:12 -03:00
emitter.rs fix tests and clippy 2025-08-06 01:03:49 +04:00
expr.rs Introduce scan type 2025-08-04 20:27:22 +02:00
group_by.rs refactor: remove PseudoTable from Table 2025-06-30 14:31:58 -03:00
index.rs Merge 'Return error on attempting to drop index associated with PRIMARY KEY and UNIQUE constraints' from 2025-08-07 09:00:02 +03:00
insert.rs emit CDC entries if necessary for schema changes 2025-08-06 01:03:49 +04:00
integrity_check.rs
main_loop.rs emit CDC entries if necessary for schema changes 2025-08-06 01:03:49 +04:00
mod.rs emit CDC entries if necessary for schema changes 2025-08-06 01:03:49 +04:00
order_by.rs support offset for values 2025-08-01 00:46:46 +08:00
plan.rs fix/perf: fix regression in SELECT 1 benchmark 2025-08-05 15:10:55 +03:00
planner.rs Make WhereTerm::consumed a plain bool 2025-08-05 05:48:28 +02:00
pragma.rs implement the JournalMode vdbe instruction 2025-08-06 19:30:19 -05:00
result_row.rs support offset for values 2025-08-01 00:46:46 +08:00
rollback.rs Simplify program epilogue by tracking the transaction mode and rollback status in the ProgramBuilder and then calling epilogue just once 2025-08-04 12:32:34 -03:00
schema.rs fix tests and clippy 2025-08-06 01:03:49 +04:00
select.rs Make WhereTerm::consumed a plain bool 2025-08-05 05:48:28 +02:00
subquery.rs emit cdc changes for UPDATE / DELETE statements 2025-07-06 21:16:25 +04:00
transaction.rs Simplify program epilogue by tracking the transaction mode and rollback status in the ProgramBuilder and then calling epilogue just once 2025-08-04 12:32:34 -03:00
update.rs Integrate virtual tables with optimizer 2025-08-05 05:48:28 +02:00
values.rs support offset for values 2025-08-01 00:46:46 +08:00