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 Aug 2, 2022. It is now read-only.
In PR #985, a new type UNDEFINED is added in SQL plugin for NULL literal. This is mapping to JDBC NULL type in JDBC driver. We need to do this in ODBC driver as well to support queries like SELECT ABS(NULL) for examples in documentation and TDVT test.
The text was updated successfully, but these errors were encountered:
In PR #985, a new type
UNDEFINED
is added in SQL plugin for NULL literal. This is mapping to JDBC NULL type in JDBC driver. We need to do this in ODBC driver as well to support queries likeSELECT ABS(NULL)
for examples in documentation and TDVT test.The text was updated successfully, but these errors were encountered: