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
Remove BIGINT size limit validation from Database and Validator classes
- Eliminated size limit checks for VAR_BIGINT in the Database and Attribute classes to allow larger values.
- Updated Mongo and SQL adapters to return a constant for BIGINT limits, ensuring consistent handling across implementations.
- Refactored tests to reflect the removal of size constraints and validate successful attribute creation without exceptions.
0 commit comments