DatabaseConnector 2.2.1
Changes:
- Now supporting proper insertion and extraction of DATETIME fields.
Bugfixes:
- Closing output stream when writing to zip file to avoid orphan file locks
- Fixed the problem that Jar file is not detected when setting JDBC driver manually
DatabaseConnector 2.2.0
Changes:
- Checking number of inserted rows after bulk upload, throwing error if not correct
- Added convenience function for cross-platform zipping of files and folders
DatabaseConnector 2.1.4
Changes:
- Faster inserts by building batches in Java instead of R
DatabaseConnector 2.1.3
Changes:
- Updated to DBI specification 1.0
- Defaulting connect arguments to NULL to prevent missing argument warnings in RStudio
Bugfixes:
- Now generating unique display names for RStudio’s Connections tab to prevent problems when opening two connections to the same server.
DatabaseConnector 2.1.2
Changes: initial submission to CRAN