This commit is contained in:
Adria Navarro 2024-05-20 17:00:12 +02:00
parent 7d709d0d22
commit 028aaa0bb4
1 changed files with 0 additions and 8 deletions

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