@cubejs-backend/vertica-driver 1.1.16 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,41 +3,34 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.1.16](https://github.com/cube-js/cube.js/compare/v1.1.15...v1.1.16) (2025-01-22)
6
+ # [1.2.0](https://github.com/cube-js/cube.js/compare/v1.1.18...v1.2.0) (2025-02-05)
7
7
 
8
8
  **Note:** Version bump only for package @cubejs-backend/vertica-driver
9
9
 
10
+ ## [1.1.17](https://github.com/cube-js/cube.js/compare/v1.1.16...v1.1.17) (2025-01-27)
10
11
 
12
+ ### Features
11
13
 
14
+ - **schema-compiler:** Add flag for using named timezones in MySQL Query class ([#9111](https://github.com/cube-js/cube.js/issues/9111)) ([5a540db](https://github.com/cube-js/cube.js/commit/5a540db9228dcbb88c434123f13291202f6da9be))
12
15
 
13
-
14
- ## [1.1.15](https://github.com/cube-js/cube.js/compare/v1.1.14...v1.1.15) (2025-01-13)
16
+ ## [1.1.16](https://github.com/cube-js/cube.js/compare/v1.1.15...v1.1.16) (2025-01-22)
15
17
 
16
18
  **Note:** Version bump only for package @cubejs-backend/vertica-driver
17
19
 
20
+ ## [1.1.15](https://github.com/cube-js/cube.js/compare/v1.1.14...v1.1.15) (2025-01-13)
18
21
 
19
-
20
-
22
+ **Note:** Version bump only for package @cubejs-backend/vertica-driver
21
23
 
22
24
  ## [1.1.14](https://github.com/cube-js/cube.js/compare/v1.1.13...v1.1.14) (2025-01-09)
23
25
 
24
26
  **Note:** Version bump only for package @cubejs-backend/vertica-driver
25
27
 
26
-
27
-
28
-
29
-
30
28
  ## [1.1.13](https://github.com/cube-js/cube.js/compare/v1.1.12...v1.1.13) (2025-01-09)
31
29
 
32
30
  **Note:** Version bump only for package @cubejs-backend/vertica-driver
33
31
 
34
-
35
-
36
-
37
-
38
32
  ## [1.1.12](https://github.com/cube-js/cube.js/compare/v1.1.11...v1.1.12) (2025-01-09)
39
33
 
40
-
41
34
  ### Features
42
35
 
43
- * **vertica-driver:** Introduce VerticaDriver ([#9081](https://github.com/cube-js/cube.js/issues/9081)) ([c43340d](https://github.com/cube-js/cube.js/commit/c43340d9cc7d06d7caea4803b4d6e00a3e82acdf)), closes [#2](https://github.com/cube-js/cube.js/issues/2) [#5](https://github.com/cube-js/cube.js/issues/5) [#6](https://github.com/cube-js/cube.js/issues/6)
36
+ - **vertica-driver:** Introduce VerticaDriver ([#9081](https://github.com/cube-js/cube.js/issues/9081)) ([c43340d](https://github.com/cube-js/cube.js/commit/c43340d9cc7d06d7caea4803b4d6e00a3e82acdf)), closes [#2](https://github.com/cube-js/cube.js/issues/2) [#5](https://github.com/cube-js/cube.js/issues/5) [#6](https://github.com/cube-js/cube.js/issues/6)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/vertica-driver",
3
3
  "description": "Cube.js Vertica database driver",
4
4
  "author": "Eduard Karacharov, Tim Brown, Cube Dev, Inc.",
5
- "version": "1.1.16",
5
+ "version": "1.2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.js.git",
@@ -19,16 +19,15 @@
19
19
  "lint:fix": "eslint --fix **/*.js"
20
20
  },
21
21
  "dependencies": {
22
- "@cubejs-backend/base-driver": "1.1.16",
23
- "@cubejs-backend/query-orchestrator": "1.1.16",
24
- "@cubejs-backend/schema-compiler": "1.1.16",
25
- "moment-timezone": "^0.5.45",
22
+ "@cubejs-backend/base-driver": "1.2.0",
23
+ "@cubejs-backend/query-orchestrator": "1.2.0",
24
+ "@cubejs-backend/schema-compiler": "1.2.0",
26
25
  "vertica-nodejs": "^1.0.3"
27
26
  },
28
27
  "license": "Apache-2.0",
29
28
  "devDependencies": {
30
- "@cubejs-backend/linter": "^1.0.0",
31
- "@cubejs-backend/testing-shared": "1.1.16",
29
+ "@cubejs-backend/linter": "1.2.0",
30
+ "@cubejs-backend/testing-shared": "1.2.0",
32
31
  "jest": "^27.5.1",
33
32
  "testcontainers": "^10.13.0"
34
33
  },
@@ -38,5 +37,5 @@
38
37
  "eslintConfig": {
39
38
  "extends": "../cubejs-linter"
40
39
  },
41
- "gitHead": "924a17cf930acd7ecbe4d50105e724bf17d3881a"
40
+ "gitHead": "64c572835e71fdfd7c8aaf87a4fad4cc083c55b5"
42
41
  }
@@ -1,4 +1,3 @@
1
- const moment = require('moment-timezone');
2
1
  const { BaseFilter, BaseQuery } = require('@cubejs-backend/schema-compiler');
3
2
 
4
3
  const GRANULARITY_TO_INTERVAL = {
@@ -38,7 +37,7 @@ class VerticaQuery extends BaseQuery {
38
37
  }
39
38
 
40
39
  timestampFormat() {
41
- return moment.HTML5_FMT.DATETIME_LOCAL_MS;
40
+ return 'YYYY-MM-DDTHH:mm:ss.SSS';
42
41
  }
43
42
 
44
43
  dateTimeCast(value) {