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): CI — pass signed flag to validateDefaultTypes for bigint defaults
validateDefaultTypes referenced an undefined $attribute variable when
checking bigint string defaults, causing testCreateAttributesBigIntValidationSignedUnsignedAndMetadata
to fail with "Undefined variable $attribute". Read signed from the
Document in checkDefaultValue and thread it through validateDefaultTypes.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments