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 2b42067 commit ffe08e9Copy full SHA for ffe08e9
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