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
In convertAssign, we check for numbers but not strings. If this is intentional it should documented why, otherwise consider adding checks for string types.
The text was updated successfully, but these errors were encountered:
I think we should add these checks to the default converter for consistency. The code is small and aligns well with the rest of the driver.IsValid checks.
See #15174 (comment)
In convertAssign, we check for numbers but not strings. If this is intentional it should documented why, otherwise consider adding checks for string types.
The text was updated successfully, but these errors were encountered: