Skip to content

v0.14.9

Latest
Compare
Choose a tag to compare
@johnedquinn johnedquinn released this 26 Sep 17:12
3a9ef18

Changed

  • With full, closed schema, the planner will now give a plan-time warning when it can prove an exclude path will never
    exclude a value (relevant issue -- partiql/partiql-lang#91).

Experimental Changes

  • BREAKING: For the experimental org.partiql.lang.domains of PartiqlLogical, PartiqlLogicalResolved, and PartiqlPhysical,
    the modeling of DML has changed substantially. These changes, while considered breaking changes, are part of an
    experimental area of the PartiQL library and thus do not mandate a major-version bump of this library. Consumers
    of these experimental APIs should be wary of these changes.

Contributors