diff --git a/NEWS.md b/NEWS.md index bd273eb8..996fe6d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,6 +13,9 @@ * Add a new, specialised `odbc::databricks()` class with its own `dbConnect()` method to make using Databricks's ODBC driver easier (@atheriel, #615). +* Snowflake: performance improvements when writing to tables with underscores + in their identifier (schema, table name). (#detule and @fh-afrachioni, #618) + # odbc 1.3.5 * Various fixes for `R CMD check`.