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
Fix: unittest failing due to BIGINT UNSIGNED VALUE
A unittest was failing due to the conversion of a BIGINT unsigned
giving as result an OperationalError: BIGINT UNSIGNED value is out
of range in '(1997 - year(curdate()))
The test was corrected to generate the valid value.
0 commit comments