r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
387 stars 107 forks source link

Fixup/oracle dates #810

Closed detule closed 2 months ago

detule commented 3 months ago

Fixes long-standing ORACLE issues with using batch sizes greater than one when writing to tables with DATE and TIMESTAMP fields.

See, for example #349, #350, #391