enso/distribution/lib/Standard
Radosław Waśko 891f064a6a
Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383)
Implements https://www.pivotaltracker.com/story/show/181805693 and finishes the basic set of features of the Aggregate component.

Still not all aggregations are supported everywhere, because for example SQLite has quite limited support for aggregations. Currently the workaround is to bring the table into memory (if possible) and perform the computation locally. Later on, we may add more complex generator features to emulate the missing aggregations with complex sub-queries.
2022-04-12 11:02:01 +00:00
..
Base/0.0.0-dev Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Database/0.0.0-dev Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Examples/0.0.0-dev The library developer should be able to handle specific types of Panics while passing through others (#3344) 2022-03-18 16:57:06 +00:00
Geo/0.0.0-dev Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
Google_Api/0.0.0-dev Fix docparser (#3370) 2022-03-31 04:44:34 +00:00
Image/0.0.0-dev Fix docparser (#3370) 2022-03-31 04:44:34 +00:00
Searcher/0.0.0-dev Update the Language Server API (#3308) 2022-03-03 16:28:04 +03:00
Table/0.0.0-dev Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Test/0.0.0-dev Extend Aggregate_Spec test suite with tests for missed edge-cases to ensure the feature is well-tested on all backends (#3383) 2022-04-12 11:02:01 +00:00
Visualization/0.0.0-dev Aggregates in the Database library - MVP (#3353) 2022-03-28 15:51:37 +00:00