Comparing version 36.0.4 to 36.2.0
@@ -8,3 +8,3 @@ import { camelToSnake, camelKeys, snakeKeys, snakeToCamel, } from '@waiting/shared-core'; | ||
case EnumClient.pg: | ||
return parseRespCommon(res); | ||
case EnumClient.pgnative: | ||
case EnumClient.mysql: | ||
@@ -15,4 +15,3 @@ return parseRespCommon(res); | ||
default: | ||
console.warn(`Unsupported client value: '${clientType}' for getCurrentTime(). | ||
Only ${EnumClient.pg}, ${EnumClient.mysql}, ${EnumClient.mysql2} so far. `); | ||
console.warn(`[Kmore] Unsupported client value: '${clientType}' for getCurrentTime(). `); | ||
return ''; | ||
@@ -19,0 +18,0 @@ } |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "36.0.4", | ||
"version": "36.2.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6739b1745680af70ceb155fca3d3d511e8a243be" | ||
"gitHead": "075c7a173b5ae18c2560b26120e84a85c94d9ded" | ||
} |
@@ -24,4 +24,3 @@ import { | ||
case EnumClient.pg: | ||
return parseRespCommon(res as RespCommon) | ||
case EnumClient.pgnative: | ||
case EnumClient.mysql: | ||
@@ -34,4 +33,3 @@ return parseRespCommon(res as RespCommon) | ||
default: | ||
console.warn(`Unsupported client value: '${clientType}' for getCurrentTime(). | ||
Only ${EnumClient.pg}, ${EnumClient.mysql}, ${EnumClient.mysql2} so far. `) | ||
console.warn(`[Kmore] Unsupported client value: '${clientType}' for getCurrentTime(). `) | ||
return '' | ||
@@ -38,0 +36,0 @@ } |
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
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
199379
3294