Commit 9c82f50
committed
fix(stack): compare bigint order domains in v3 drizzle operators oracle
The bigint_ord/bigint_ord_ore domains are ORE-indexed, so their i64
bigint samples flow into comparePlain, which only handled Date/number/
string and threw "Unsupported ordered values" at runtime. Add a bigint
branch (mirroring matrix-live-pg's oracle) and widen PlainValue.1 parent 1be5b5e commit 9c82f50
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
0 commit comments