Skip to content

Commit ffe08e9

Browse files
kevin-dpsamwillis
authored andcommitted
Leave fixme
1 parent 2b42067 commit ffe08e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/electric-db-collection/src/sql-compiler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ function compileOrderByClause(
8282
clause: IR.OrderByClause,
8383
params: Array<unknown>
8484
): string {
85-
// TODO: what to do with stringSort and locale?
86-
// Correctly supporting them is tricky as it depends on Postgres' collation
85+
// FIXME: We should handle stringSort and locale.
86+
// Correctly supporting them is tricky as it depends on Postgres' collation
8787
const { expression, compareOptions } = clause
8888
let sql = compileBasicExpression(expression, params)
8989

0 commit comments

Comments
 (0)