v1.1.0
ODBC v1.1.0
Closed issues:
- Error converting ODBC.Cursor to DataFrame (#306)
- ODBC prepared insert into MS SQL Server failing (#307)
- updates of ODBC.jl break ini files (#315)
- params argument in DBInterface.execute argument not option. (#317)
- Documentation URL Links Are Incorrect (#318)
- Firebird. UTF-16 -> UTF-8 problem (#319)
- Use a more recent Documenter version (#321)
- Delete travis.yml? (#323)
- How to execute query with multiple DSNs? (#324)
- Cannot install ODBC on Windows 10 with Julia 1.6.1 (problem unixODBC) (#326)
- BoundsError Issue when converting to DataFrames regression #306 (#328)
- Failed to precompile Julia v1.7.2 on Mac (M1) (#335)
- Loading the package kills julia with
LLVM ERROR: Unsupported calling convention.
on Apple Silicon (#338)
Merged pull requests:
- Fix #315 by using Scratch.jl for a permanent ODBC.jl config location (#320) (@quinnj)
- Bump Documenter (#322) (@ViralBShah)
- missing interface element (#336) (@lawless-m)
- Guard
ccall
s withstdcall
convention with@static
(#339) (@giordano) - Fix case when SQLGetData data size exceeds column size (#346) (@quinnj)