This repository has been archived by the owner on May 10, 2024. It is now read-only.
dcm-0.12.0
·
111 commits
to master
since this release
-
Public API changes:
- #123: Breaking changes to constraint syntax. We now declare constraints
using aCREATE CONSTRAINT
DDL statement instead of theCREATE VIEW
syntax.
Please see the documentation for more information. - New aggregate functions
ANY
andALL
.
- #123: Breaking changes to constraint syntax. We now declare constraints
-
Issues fixed:
- #99: dcm: Index usage in ortools backend is sensitive to TableRowGenerator ordering in IR
- #117: dcm: Check for supported subset of SQL syntax
- #119: k8s-scheduler: Update Kubernetes client version to 5.5.0
- #121: build: test for both Java 11 and 16
- #123, #124: dcm, build: migrate to the Apache Calcite parser
- Numerous improvements in the compiler