Pekka Enberg
|
74c14efdfa
|
sql_generation: Add support for DROP INDEX
|
2025-09-11 08:35:18 +03:00 |
|
Pekka Enberg
|
c8d034ed04
|
sql_generation: Fix WHERE clause generation
We're currently only generating `WHERE (TRUE)` and `WHERE (FALSE)`. Fix that.
|
2025-09-08 11:59:45 +03:00 |
|
pedrocarlo
|
5f24ff6e45
|
fix non determinism by using IndexSet for order preserving iteration
|
2025-09-05 02:00:18 -03:00 |
|
TcMits
|
4ddfdb2a62
|
finish
|
2025-08-27 14:58:35 +07:00 |
|
pedrocarlo
|
aa025c9798
|
fix missing functions after revert
|
2025-08-26 10:13:45 -03:00 |
|
pedrocarlo
|
8010b7d0c7
|
make simulator use sql_generation crate as dependency
|
2025-08-25 22:59:31 -03:00 |
|
pedrocarlo
|
0c1228b484
|
add Generation context trait to decouple Simulator specific code
|
2025-08-25 22:59:31 -03:00 |
|
pedrocarlo
|
642060f283
|
refactor sql_generation/model/query
|
2025-08-25 22:59:31 -03:00 |
|
pedrocarlo
|
0285bdd72c
|
copy generation code from simulator
|
2025-08-25 22:59:31 -03:00 |
|