Remove outdated TODO

This commit is contained in:
Adria Navarro 2025-01-13 12:19:44 +01:00
parent d4ef20354d
commit da4014e5aa
1 changed files with 0 additions and 2 deletions

View File

@ -313,8 +313,6 @@ class InternalBuilder {
// Time gets returned as timestamp from mssql, not matching the expected // Time gets returned as timestamp from mssql, not matching the expected
// HH:mm format // HH:mm format
// TODO: figure out how to express this safely without string
// interpolation.
return this.knex.raw(`CONVERT(varchar, ??, 108) as ??`, [ return this.knex.raw(`CONVERT(varchar, ??, 108) as ??`, [
this.rawQuotedIdentifier(field), this.rawQuotedIdentifier(field),
this.knex.raw(this.quote(field)), this.knex.raw(this.quote(field)),