Skip to content

Query timeout, support for dates and fixes in long string handling added

Compare
Choose a tag to compare
@zozlak zozlak released this 10 Apr 14:40
· 13 commits to master since this release
  • R dates (Date, POSIXlt and POSIXct classes) are now handled automatically. It is no longer needed to manually cast them to character vectors.
  • It is now possible to set query execution timeout.
    • sqlPrepare() and sqlExecute() function support additional query_timeout parameter
    • odbcSetQueryTimeout() and odbcGetQueryTimeout() functions were added
  • Support for reading long character columns improved.
    • If the driver does not report column length, 65535 characters is read.
    • If the driver reports extremaly large column length (more then 16M), 16M characters is read.