Remove outdated TODO
This commit is contained in:
parent
d4ef20354d
commit
da4014e5aa
|
@ -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)),
|
||||||
|
|
Loading…
Reference in New Issue