@cubejs-backend/crate-driver
Advanced tools
Changelog
0.31.0 (2022-10-03)
float8
, bool
casts (b345ade)char_length
function to be used with cubes (e99344f)date_trunc
over column filter with <=
(b30d239)${ForeignCube}.foo
. foo
member should be defined in ForeignCube
and referenced as ${ForeignCube.foo}
. You also can't mix references and members without CUBE
self-reference. For example ${ForeignCube.foo} + bar
is invalid and ${ForeignCube.foo} + ${CUBE}.bar
should be used instead. If not fixed, it'll lead to missing tables in the FROM
clause.