Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

dcm-0.12.0

Compare
Choose a tag to compare
@lalithsuresh lalithsuresh released this 27 Jul 03:26
· 111 commits to master since this release
  • Public API changes:

    • #123: Breaking changes to constraint syntax. We now declare constraints
      using a CREATE CONSTRAINT DDL statement instead of the CREATE VIEW syntax.
      Please see the documentation for more information.
    • New aggregate functions ANY and ALL.
  • 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