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
Update Dockerfile and refactor BIGINT handling in database adapters
- Added bcmath extension to Dockerfile for improved numeric handling.
- Changed return type of getLimitForBigInt method to string across Adapter, Mongo, Pool, and SQL classes.
- Updated maxBigIntLength parameter in Attribute class to string for consistency in validation logic.
- Enhanced validation logic to use bccomp for BIGINT size comparisons.
0 commit comments