limbo/sql_generation/model/query
2025-11-14 09:16:17 -05:00
..
alter_table.rs define alter table in sql_generation 2025-10-10 11:08:04 -03:00
create.rs use parser's ColumnDefinition for Sql Generation Column struct 2025-10-09 17:25:04 -03:00
create_index.rs create separate Index struct for sql generation 2025-10-13 02:04:15 -03:00
delete.rs add Generation context trait to decouple Simulator specific code 2025-08-25 22:59:31 -03:00
drop.rs add Generation context trait to decouple Simulator specific code 2025-08-25 22:59:31 -03:00
drop_index.rs DROP INDEX sql generation 2025-10-13 13:23:44 -03:00
insert.rs generate extensional queries when iterating over the next interaction, not when generating the property. This is necessary as the extensional queries can modify schema and thus could cause the next queries to fail because the DB enviroment context was not updated on generation time. Rule of thumb: queries should never be generated in bulk, always one a a time so the enviroment can be shadowed accordingly 2025-10-07 13:19:53 -03:00
mod.rs fmt sim 2025-10-18 18:46:20 +05:30
pragma.rs cleanup 2025-10-24 19:35:13 +05:30
predicate.rs remove pattern matching over Name::Quoted 2025-09-26 13:01:49 +04:00
select.rs make FromClause recursive 2025-11-14 09:16:17 -05:00
transaction.rs modify Begin struct 2025-09-20 11:52:15 -03:00
update.rs add Generation context trait to decouple Simulator specific code 2025-08-25 22:59:31 -03:00