-
databricks()driver auto-detection now recognizes the Windows driver
nameDatabricks ODBC Driver. -
databricks()now setsDefaultStringColumnLengthto 65535 by default.
The driver reportsSTRINGcolumns asVARCHAR(DefaultStringColumnLength)
and silently truncates longer values; its own default of 255 caused string
data to be cut off after roughly 1000 characters. Pass
defaultStringColumnLengthtodbConnect()to override (#1023). -
Update vendored cctz to current upstream, including local build compatibility
fixes retained for R package and Windows builds. -
Numeric connection string arguments no longer fall back to scientific
notation inbuild_connection_string(), which avoids malformed driver
attributes such asDefaultStringColumnLength(#934).