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
Since Vert.x 4.3.1, Oracle might return a class that's only
available in the vertx-sql-oracle client when using Row#getValue
for a blob column.
This means that we cannot check for the type of the instance and
we have to make a last attempt hoping that the value can be returned
as Buffer. It will throw a ClassCastException if that's not the case.
0 commit comments