Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/crate-driver

Package Overview
Dependencies
Maintainers
0
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/crate-driver - npm Package Versions

1
34

0.31.5

Diff

Changelog

Source

0.31.5 (2022-10-20)

Bug Fixes

  • cubesql: Use real database name in Postgres meta layer (031a90f)

Features

  • cubesql: Allow EXTRACT field to be parsed as a string (cad1e0b)
  • cubestore: CC-1133 - add headers to telemetry request (#5473) (26fa817)
  • pre-aggregations build jobs API endpoint (#5251) (4aee3ef)
statsbot
published 0.31.4 •

Changelog

Source

0.31.4 (2022-10-13)

Bug Fixes

Features

statsbot
published 0.31.3 •

Changelog

Source

0.31.3 (2022-10-08)

Bug Fixes

statsbot
published 0.31.2 •

Changelog

Source

0.31.2 (2022-10-08)

Bug Fixes

  • Added connection test completed successfully log (#5444) (a8e1180)
  • Temp tables dropped for ksql after successfully created (#5445) (7726c82)
  • cubesql: Handle Panic on simple query executiony (#5394) (84dc442)

Features

  • mssql-driver: add column type mapping for a bit type (#5442) (0ed7ba4)
  • Includes and Excludes directives for Cube Views (#5437) (7c35604)
  • cubesql: Support boolean decoding in pg-wire (#5436) (4fd2ee6)
statsbot
published 0.31.1 •

Changelog

Source

0.31.1 (2022-10-04)

Bug Fixes

  • Cube not found for path due to FILTER_PARAMS are used in members (#5417) (bfe76bf)
  • extensions: fix SELECT handling in the Funnels extensions (#5397) (041f591)
  • playground: bar chart pivot config (36b9ec2)

Features

  • console-ui: show error stack trace (7ab15c6)
statsbot
published 0.31.0 •

Changelog

Source

0.31.0 (2022-10-03)

  • feat!: Cube Views implementation (#5278) (9937356), closes #5278

Bug Fixes

  • cubesql: Allow derived tables to have a dot in column name (#5391) (f83009c)
  • cubesql: cast strings to timestamp (#5331) (a706258)
  • cubesql: Metabase - substring __user (#5328) (a25c8bf)
  • cubesql: udf format_type prepared statement fix (#5260) (307ed1b)
  • cubesql: WHERE Lower / Upper in list with multiply items (#5376) (2269b2b)
  • cubestore: Aggregate function MERGE not allowed for column type bytes (#5166) (7626ed5)
  • cubestore: Fix error: Internal: channel closed on the next request after cubestore cloud process got OOM (#5238) (cb81fdb)
  • postgres-driver: release method should not throw (#5395) (9423f46)
  • query-orchestrator: pre-aggs build range queries cache key alignment (#5377) (5896c4a)
  • schema-compiler: throw an error for the empty pre-aggs (#5392) (4afd604)

Features

  • cubesql: Holistics - in dates list filter (#5333) (94b6509)
  • cubesql: Support joins with distinct (#5340) (da4304f)
  • multiple data source (#5326) (334af8c)
  • cubesql: Add float8, bool casts (b345ade)
  • cubesql: Allow char_length function to be used with cubes (e99344f)
  • cubesql: Allow filter by exact year (Tableau) (#5367) (c31e59d)
  • cubesql: Holistics - support range of charts (#5325) (d16b4c2)
  • cubesql: Support date_trunc over column filter with <= (b30d239)
  • query-orchestrator: introduce unload without temp table (#5324) (3dcbd2e)
  • testing: databricks test suite (#5311) (b77f33b)

BREAKING CHANGES

  • The logic of how cubes are included in joins has been changed. There are multiple member reference constructs that are now forbidden and should be rewritten. You can't reference foreign cubes anymore to define members inside other cubes: ${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.
statsbot
published 0.30.75 •

Changelog

Source

0.30.75 (2022-09-22)

Bug Fixes

  • Cannot read 'map' property of undefined for rollupLambda in BigQuery (47f700f)
  • Invalid identifier day for month lambdaRollup (#5338) (bacc643)
  • cubesql: Allow interval sum chaining (eabbdc2)
  • databricks-driver: using the ILIKE operator in the DatabricksFilter.likeIgnoreCase method (#5334) (a81ca35)
statsbot
published 0.30.73 •

Changelog

Source

0.30.73 (2022-09-19)

Features

  • cubesql: Increase limits for statements/portals/cursors (#5146) (363b42d)

Reverts

  • Revert "feat: strategy without creating temp table (#5299)" (0a3d646), closes #5299
statsbot
published 0.30.72 •

Changelog

Source

0.30.72 (2022-09-18)

Bug Fixes

  • cubestore: Immediately restart stale streaming jobs to avoid processing gaps for sparse streams (60075af)

Features

  • Introduce rollupLambda rollup type (#5315) (6fd5ee4)
  • strategy without creating temp table (#5299) (8e8f500)
  • cubesql: starts_with, ends_with, LOWER(?column) = ?literal (#5310) (321b74f)
statsbot
published 0.30.70 •

Changelog

Source

0.30.70 (2022-09-14)

Features

  • cubejs-docker: latest-jdk image added to the release cycle (#5288) (155076a)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc