Mention `@`: could not identify an ordering operator for type json
When I enabled `mention` and then type `@` in comment section, there is an infine loading and got error in console:
```
error: could not identify an ordering operator for type json
at file:///C:/Code%20Playground/portfolio/node_modules/.pnpm/@neondatabase+serverless@1.0.1/node_modules/@neondatabase/serverless/index.mjs:1087:33
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async proxy (C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:80810:26)
at async C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:91715:26
at async dispatch (C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:89657:21)
at async C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:89591:9
at async dispatch (C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:89657:21)
at async cors2 (C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:91230:9)
at async dispatch (C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:89657:21)
at async C:\Code Playground\portfolio\node_modules\.pnpm\drizzle-kit@0.31.4\node_modules\drizzle-kit\bin.cjs:91661:9 {
length: 186,
severity: 'ERROR',
code: '42883',
detail: undefined,
hint: 'Use an explicit ordering operator or modify the query.',
position: '90',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_oper.c',
line: '225',
routine: 'get_sort_group_operators'
}
```
关闭于 2025-08-31 0 条评论