We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e396c commit e4a6188Copy full SHA for e4a6188
packages/electric-db-collection/src/sql-compiler.ts
@@ -82,8 +82,8 @@ function compileOrderByClause(
82
clause: IR.OrderByClause,
83
params: Array<unknown>
84
): string {
85
- // TODO: what to do with stringSort and locale?
86
- // Correctly supporting them is tricky as it depends on Postgres' collation
+ // FIXME: We should handle stringSort and locale.
+ // Correctly supporting them is tricky as it depends on Postgres' collation
87
const { expression, compareOptions } = clause
88
let sql = compileBasicExpression(expression, params)
89
0 commit comments