This commit is contained in:
Martin McKeaveney 2025-01-16 14:20:26 +00:00
parent df2f6cf257
commit c077f7e84c
1 changed files with 1 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@ class InternalBuilder {
query = query.orderByRaw(`?? ?? nulls ??`, [
this.rawQuotedIdentifier(composite),
this.knex.raw(direction),
this.knex.raw(nulls as string)
this.knex.raw(nulls as string),
])
}
}