Release 0.108

    • Fix planning issue where queries that apply a predicate to the result of a non-grouped aggregation produce incorrect results.

    • Fix exception when ORDER BY clause contains duplicate columns.

    • Fix issue where a query (read or write) that should fail can instead complete successfully with zero rows.

    • Add support for position() syntax.

    • Make ctrl-C in CLI cancel the query (rather than a partial cancel).

    • Allow calling Connection.setReadOnly(false) in the JDBC driver. The read-only status for the connection is currently ignored.

    • Add missing CAST from to TIMESTAMP WITH TIME ZONE.

    • Allow optional time zone in CAST from VARCHAR to TIMESTAMP and .

    • Properly account for query memory when using the function.

    • Skip execution of inner join when the join target is empty.

    • Improve query detail UI page.

    • Fix printing of table layouts in EXPLAIN.

    • Add .

    Cassandra Changes

    • Fix handling of UUID partition keys.