Releases: JuliaDatabases/ODBC.jl
Releases · JuliaDatabases/ODBC.jl
v0.8.6
ODBC v0.8.6
Closed issues:
- ODBC v0.8.5 fails, v0.8.1 succeeds querying MS SQL Server. (#256)
Merged pull requests:
- Install TagBot as a GitHub Action (#254) (@JuliaTagBot)
v0.8.5
v0.8.5 (2019-08-07)
Merged pull requests:
v0.8.4
v0.8.3
v0.8.2
Updates (#230) * Switch use from WeakRefStringArray to StringVector * Update Project.toml
v0.8.1
Switch from DataStreams to Tables.jl
Support new Tables.jl interface (#209) * Support new Tables.jl interface * Fixes * Fixes * Fixes * Fix CSv * Fix mysql tests * Remove call of showall * Fix postgres tests * Fix * Update docs
v0.7.0: Updates for 1.0 (#206)
* Updates for 1.0 * More 1.0 fixes * More 1.0
Port to Missings
Fix tests on Travis CI (#177) * Fix tests on Travis CI * Enable local-infile for the ODBC client Due to security restrictions in MySQL the [LOAD DATA LOCAL](https://dev.mysql.com/doc/refman/5.7/en/load-data-local.html) statement will only work if it is enabled on both the server and the client. To check if the settings is enabled on the server you can run: SHOW GLOBAL VARIABLES LIKE 'local_infile'; To enable the setting on the client for ODBC we need to have the ODBC DSN use the ["my.cnf"](https://dev.mysql.com/doc/refman/5.7/en/option-files.html) files via the ["Option" parameter](https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html#codbc-dsn-option-flags) being set to 65536 ("USE_MYCNF"). * Allow failures on Julia nightly Note: Travis requires "env" to be defined before the allow_failures for things to work correctly.
Initial Julia 0.6 support release
Add postgres testing (#159) * Initial connection to Postgres DB * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing * more work for pg testing