@cubejs-client/vue3
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.Changelog
0.30.46 (2022-08-10)
Changelog
0.30.4 (2022-05-20)
select * from table
originalSql pre-aggregations directly (#4537) (a62d81a)Changelog
0.29.54 (2022-05-03)