dobo-clickhouse 2.2.1 → 2.2.2

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.
@@ -18,6 +18,7 @@ async function clickhouseDriverFactory () {
18
18
  this.support.returning = false
19
19
  this.support.uniqueIndex = false
20
20
  this.support.nullableField = false
21
+ this.useUtc = true
21
22
  }
22
23
 
23
24
  async sanitizeConnection (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dobo-clickhouse",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Clickhouse driver for Dobo",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-01-30
4
+
5
+ - [2.2.2] Bug fix for saving ```datetime``` value
6
+
3
7
  ## 2026-01-19
4
8
 
5
9
  - [2.2.0] First published version
6
-
10
+ - [2.2.1] Bug fix for update operation