You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 handling
0 commit comments