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
test(client-v2): assert enum-null error names column and type; clarify changelog
Address review feedback on #2932:
- Strengthen testNullIntoNonNullableEnumThrowsIllegalArgument to assert the
error message names the offending column and includes the enum type string,
not just the generic prefix, so a future refactor that drops either detail
fails the test. Use a distinctive `bs_flag` column name (matching the issue
repro) so the column-name assertion is unambiguous.
- Reword CHANGELOG: serializeEnumData had no null guard (there was no prior
null check), avoiding the implication of a pre-existing check.
0 commit comments