You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLOBs are returned as blob::blob() objects (#126, #243).
dbWriteTable() and dbAppendTable() are much faster thanks to LOAD DATA LOCAL INFILE. To activate this, load_data_local_infile = TRUE must be passed to dbConnect(). The readr package is required (#11, #223).
Bug fixes
Writing dates prior to 1970 no longer crashes on Windows (#232, #245).
Internal
Add test for reading and writing JSON data type as string (#127, #246).
Update for compatibility with DBItest 1.7.2 (#228).