You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cubejs-backend/sqlite-driver

Package Overview
Dependencies
Maintainers
2
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1
3537
44

0.25.29

Diff
s
statsbot
published 0.25.29 •

Changelog

Source

0.25.29 (2021-01-26)

Bug Fixes

  • cubestore: CSV import escape sequence (a3e118e)
  • cubestore: More CSV import escaping cases (9419128)
  • cubestore: Support NULL values in CSV import (529e5ac)

Features

  • cubestore: CUBESTORE_WAL_SPLIT_THRESHOLD env variable (0d7e550)
  • Improve logs for RefreshScheduler and too long execution (d0f1f1b)
s
statsbot
published 0.25.26 •

Changelog

Source

0.25.26 (2021-01-25)

Features

  • BigQuery CSV pre-aggregation download support (#1867) (5a2ea3f)
s
statsbot
published 0.25.24 •

Changelog

Source

0.25.24 (2021-01-22)

Bug Fixes

  • Non default data source cache key and table schema queries are forwarded to the default data source (2f7c672)
  • Non default data source cache key and table schema queries are forwarded to the default data source: broken test (#1856) (8aad3f5)
s
statsbot
published 0.25.23 •

Changelog

Source

0.25.23 (2021-01-22)

Bug Fixes

  • Map int2/4/8 to generic int type. fix #1796 (78e20eb)
  • api-gateway: Validate a case when chrono can return empty array (#1848) (e7349f7)
  • cubestore: Increase queue buffer to avoid lagging on wait (2605bdf)
  • cubestore: Queue uploads and downloads to avoid reads on unfinished S3 streams (b94eb26)
  • cubestore: Speed up S3 uploads (d7062c8)

Features

  • schema-compiler: Move some parts to TS (2ad0e2e)
s
statsbot
published 0.25.22 •

Changelog

Source

0.25.22 (2021-01-21)

Bug Fixes

  • cubestore: Add curl as a dependency for certs (d364fc4)
  • cubestore: Try to fix Invalid Parquet file on worker nodes (aab87c8)
  • playground: Create schema directory on changing env (f99f6cc)
  • server: Unexpected kill on graceful shutdown (fc99239)
  • server-core: Clear refresh uncaughtException for DevServer (1ea4882)

Features

  • Log warnings from createCancelableInterval (44d09c4)
  • @cubejs-client/playground: Database connection wizard (#1671) (ba30883)
  • cubestore: Add column type for HLL (#1827) (df97052)
  • server: Guard multiple restart in same time (45f19b8)
s
statsbot
published 0.25.21 •

Changelog

Source

0.25.21 (2021-01-19)

Bug Fixes

  • @cubejs-backend/api-gateway: readiness fix (#1791) (d5dad60)
  • @cubejs-backend/query-orchestrator: prevent generic pool infinite loop (#1793) (d4129c4)
  • @cubejs-client/playground: avoid styles override (4bdae02)

Features

  • cubestore: Cluster support (4846080)
  • cubestore: S3 sub path support (0cabd4c)
  • schema-compiler: Initial support for TS (5926067)
s
statsbot
published 0.25.20 •

Changelog

Source

0.25.20 (2021-01-15)

Bug Fixes

  • Remove unnecessary SELECT 1 during scheduled refresh. Fixes #1592 (#1786) (66f9d91)
s
statsbot
published 0.25.18 •

Changelog

Source

0.25.18 (2021-01-14)

Bug Fixes

Features

  • server: Kill Cube.js if it's stuck in gracefull shutdown (0874de8)
s
statsbot
published 0.25.15 •

Changelog

Source

0.25.15 (2021-01-12)

Bug Fixes

  • Ensure agent events are delivered with a 50k backlog (bf0b9ec)

Features

s
statsbot
published 0.25.13 •

Changelog

Source

0.25.13 (2021-01-07)

Bug Fixes

  • Guard from undefined dataSource in queue key (6ae1fd6)
  • cubestore: Root Cargo.toml isn't used for docker build (8030fe3)
  • cubestore: Set default scale to 5 for floats (98d85eb)
  • cubestore: Support Utf8 to Boolean cast (7ac9892)
  • cubestore: Support Utf8 to Int64Decimal cast (c523b46)
  • Reduce agent event queue on network failures (548fb9a)

Features

  • cubestore: Drop unused chunks and partitions after compaction and repartition (94895a2)
  • cubestore: Float with exp number support (6e92c55)