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
Improve enforcement of SSL for dbConnect() and the output when printing connections (@d-hansen, #328).
Breaking change: Avoid appending a numeric suffix to duplicate column names (#321, #327).
Breaking change: Deprecate dbConnect(groups = ) in favor of dbConnect(group = ), with a warning and compatibility code (@rorynolan, #258).
Bug fixes
dbWriteTable() and dbAppendTable() on a connection with load_data_local_infile = TRUE uses the utf8mb4 instead of the more restricted utf8mb3 encoding (@ecoffingould, #332, #333).
dbConnect() can enable SSL based on client_flag again (@d-hansen, #322).