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
#762 was caused by wrong getExpectedJdbcType result (#1735).
Need to cover all supported SQL types in all supported DBs —
for each create a map <SQL_TYPE, JDBCType> for all supported types and check if getExpectedJdbcType results correspond to it.
#762 was caused by wrong
getExpectedJdbcTyperesult (#1735).Need to cover all supported SQL types in all supported DBs —
for each create a map <SQL_TYPE, JDBCType> for all supported types and check if
getExpectedJdbcTyperesults correspond to it.