Closed desval closed 1 month ago
Hi there:
Thanks for the report. Can you check the development/github version of the package? We recently did some work to attempt and rectify some issues with the oracle drivers and date/time/stamps fields. That change will make it into the next published version of the package ( 1.5.1 ).
I checked against Oracle 21, with both the OEM as well as the PRO drivers and I am unable to replicate the issue when using github/main. Hopefully the delta is that change ( and not the different DB version ).
Thanks!
Hi, thanks for the quick reply.
Yes, installing the dev version with pak::pak("r-dbi/odbc")
solves the issue.
Thank you.
After updating to odbc 1.5.0 I am experiencing issues when writing tables containing timestamps to an ORACLE version 19.00.0000 database. Interestingly, the issue arises only if the table is long enough. The issue disappears when reverting back to odbc 1.4.2
Created on 2024-10-09 with reprex v2.1.1