Tomaž Jerman
|
f6266fb3d5
|
Fix aggregation count when no arguments are provided
Older versions allowed count(), the new one did not.
The new version now allso supports count() which behaves
how it did before.
|
2022-10-25 14:45:40 +02:00 |
|
Tomaž Jerman
|
408bfbcc7d
|
Fix aggregator incorrectly determining if we're copying values
In case the expression uses simple attr. reference, there is no
need to initialize expr. runners.
The old logic didn't do this correctly.
|
2022-09-20 15:45:01 +02:00 |
|
Tomaž Jerman
|
1d7f82172e
|
Refactor execution steps to offload more state preparation
Extract most validation/initialization/preparation logic from
pipeline execution steps into definition steps.
|
2022-09-19 16:22:37 +02:00 |
|
Tomaž Jerman
|
7d18058f58
|
Rework the cmpose report endpoint to the DAL pipeline
|
2022-09-14 10:17:22 +02:00 |
|
Tomaž Jerman
|
ccc1064fac
|
Expand test suite, cleanup/refactor based on results
|
2022-09-01 16:55:20 +02:00 |
|
Tomaž Jerman
|
5b89af4e01
|
Implement pipeline aggregate execution step
|
2022-09-01 16:55:20 +02:00 |
|