Commit ffbe1a0
committed
feat: extend bigInt casting to support UBIGINT, HUGEINT, and UHUGEINT types
- Add support for casting UBIGINT, HUGEINT, and UHUGEINT to DOUBLE
- Prevents BigInt issues in JavaScript when dealing with large integer types
- Maintains backward compatibility with existing BIGINT handling1 parent dc8ba03 commit ffbe1a0
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments