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
tbl(conn, in_schema("MYSCH", "MYTABLE_W_BLOB"))
# Error in ._jobjRef_dollar(x[["jobj"]], name) : # no field, method or inner class called 'use_cli_format'
DBI
dbExecute(conn, 'SELECT * FROM "MYSCH"."MYTABLE_W_BLOB" FETCH FIRST 6 ROWS ONLY')
# Error in .jcall(rp, "I", "fetch", stride, block) : # java.sql.SQLException: Invalid column type: getString/getNString not implemented for class oracle.jdbc.driver.T4CBlobAccessor
version: 2.5.0.9000
The text was updated successfully, but these errors were encountered:
This issue is supposedly partially solved in #1186 but I still run into it:
setup
dbplyr
DBI
version: 2.5.0.9000
The text was updated successfully, but these errors were encountered: