Changes:
- Adding ability to set the path where the DLL is located for Windows Integrated Authentication for SQL Server and PDW.
Bugfixes:
- No longer dropping '#' prefix for temp table names when inserting data for RedShift.
Changes:
- Adding runAsBatch argument to executeSql and renderTranslateExecuteSql functions to allow running as a batch (often faster).
Bugfixes:
-
Not adding '#' prefix when performing insert into RedShift.
-
Disabling autocommit when sending updates to RedShift to prevent errors with new JDBC driver.
-
Preventing 'FeatureNotSupportedError' from terminating query on platforms that do no support autocommit.
-
Fixing some errors related to insertTable when determining correct field type for columns.
Changes:
-
Adding support for SQLite through RSQLite (mainly for demonstration and testing)
-
Adding convenience functions renderTranslateExecuteSql, renderTranslateQuerySql, and renderTranslateQuerySql.ffdf
-
Dropping Starschema BigQuery driver (in favor of newer Simba driver)
-
Added support for inserting BIGINTs (large integers stored as numeric in R)
-
Applying CTAS hack to improve insertion performance for RedShift (was already used for PDW)
Bugfixes:
- Executing multi-statement SQL where one statement returns results no longer causes error.
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
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
Changes:
- Faster inserts by building batches in Java instead of R
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.
Changes: initial submission to CRAN