Comparing version 34.3.0 to 34.3.1
@@ -5,3 +5,3 @@ import { camelToSnake, camelKeys, snakeKeys, snakeToCamel, } from '@waiting/shared-core'; | ||
if (typeof clientType === 'string' && clientType) { | ||
const res = await dbh.raw('SELECT now() AS currenttime;'); | ||
const res = await dbh.raw('SELECT CURRENT_TIMESTAMP AS currenttime;'); | ||
switch (clientType) { | ||
@@ -8,0 +8,0 @@ case EnumClient.pg: |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "34.3.0", | ||
"version": "34.3.1", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -76,3 +76,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c5a4cdeb1f4990bf70905bc763c0e39eed1691d8" | ||
"gitHead": "baa5ac4d7bb7c897206154c6be8ea03357eb6f4b" | ||
} |
@@ -20,3 +20,3 @@ import { | ||
if (typeof clientType === 'string' && clientType) { | ||
const res = await dbh.raw('SELECT now() AS currenttime;') | ||
const res = await dbh.raw('SELECT CURRENT_TIMESTAMP AS currenttime;') | ||
@@ -23,0 +23,0 @@ switch (clientType) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170156