limbo/core/translate
2025-12-22 09:08:54 +02:00
..
optimizer fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
aggregation.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00
alter.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
analyze.rs Add scalar functions to properly support analyze behavior 2025-12-09 19:45:06 -05:00
attach.rs Fix clippy warnings 2025-09-26 12:17:34 -04:00
collate.rs Merge 'Fix RTRIM ignoring trailing tabs' from Krishna Vishal 2025-12-20 10:33:59 -05:00
compound_select.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
delete.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
display.rs Fix clippy warnings 2025-12-04 16:09:47 -05:00
emitter.rs Cache result column values in the hashtable to prevent additional SeekRowID 2025-12-04 16:09:48 -05:00
expr.rs core: change some panics to errors 2025-12-11 17:18:11 +02:00
expression_index.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
fkeys.rs cargo fmt 2025-11-17 12:22:55 -05:00
group_by.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00
index.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
insert.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
integrity_check.rs core: Fix integrity_check pragma code generation 2025-12-15 09:46:46 +02:00
logical.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
main_loop.rs chore(format): cargo fmt 2025-12-21 17:15:11 +00:00
mod.rs mark triggers as experimental 2025-12-21 21:18:15 +02:00
order_by.rs Begin to implement index creation on arbitrary expressions 2025-11-20 12:47:45 -05:00
plan.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
planner.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
pragma.rs do not initiate a write transaction for journal mode + checkpoint before changing mode 2025-12-17 10:55:24 -03:00
result_row.rs triggers: add capability for DeletePlan to write the write set into a RowSet first 2025-11-18 15:19:01 +02:00
rollback.rs translate: refactor arguments and centralize parameter context 2025-09-26 12:06:44 -04:00
schema.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
select.rs Merge 'Fix CTE scope propagation for compound SELECTs' from Martin Mauch 2025-12-10 19:04:03 +02:00
subquery.rs Fix clippy warnings 2025-12-04 16:09:47 -05:00
transaction.rs Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00
trigger.rs mark triggers as experimental 2025-12-21 21:18:15 +02:00
trigger_exec.rs don't rewrite qualified table names 2025-12-16 16:45:40 +05:30
update.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
upsert.rs run BEFORE and AFTER update triggers on upserts 2025-12-06 15:20:24 -05:00
values.rs feat: fixing name resolution for identifiers inside VALUES() 2025-11-23 12:14:56 +05:30
view.rs add proper name checks for create table, view 2025-12-19 17:20:46 -03:00
window.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00