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
DataCloudResultSet is now a class instead of an interface; StreamingResultSet, DataCloudMetadataResultSet, SimpleResultSet, ColumnAccessor are removed; metadata int-column getDate/getTime/getTimestamp throw SQLException (was UnsupportedOperationException); getTypeInfo() boolean columns are typed BOOLEAN instead of VARCHAR (getObject returns Boolean, not String); getColumnTypeName on metadata result sets returns the JDBC type name (VARCHAR/SMALLINT/INTEGER/BOOLEAN) instead of the prior Hyper-flavored labels (TEXT/SHORT/INTEGER/BOOL); ps.setObject with Types.VARCHAR rejects non-String/byte[] payloads; integer-family and DECIMAL setters reject out-of-range values instead of silently narrowing.
Features
add support for using CDP auth token directly (#177) (ecce116)