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
{{ message }}
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.
instanceof
is always false for null, which means the argument factory misses a chance to provide the correct SQL type.These factories should be using e.g.
Foo.class.isAssignableFrom(expectedType)
instead ofvalue instanceof Foo
:Although the optional ones are arguably moot, since one should never pass null to a method that expects an optional.
The text was updated successfully, but these errors were encountered: