1
0
Fork 0
mirror of synced 2024-08-23 14:01:34 +12:00
This commit is contained in:
Adria Navarro 2024-05-20 17:00:12 +02:00
parent 7d709d0d22
commit 028aaa0bb4

View file

@ -645,14 +645,6 @@ class SqlQueryBuilder extends SqlTableQueryBuilder {
config.useNullAsDefault = true
}
if (sqlClient === SqlClient.MS_SQL) {
// config.connection ??= {}
// config.connection.typeCast = (field: any, next: any): any => {
// if (field.type === "TIME") return field.string()
// return next()
// }
}
const client = knex(config)
let query: Knex.QueryBuilder