Skip to content

Releases: JuliaDatabases/ODBC.jl

v0.8.6

27 Feb 18:03
Compare
Choose a tag to compare

ODBC v0.8.6

Diff since v0.8.5

Closed issues:

  • ODBC v0.8.5 fails, v0.8.1 succeeds querying MS SQL Server. (#256)

Merged pull requests:

v0.8.5

08 Aug 00:42
v0.8.5
dc819ce
Compare
Choose a tag to compare

v0.8.5 (2019-08-07)

Diff since v0.8.4

Merged pull requests:

  • Add a return code check when we're fetching results. Previously, ther… (#246) (quinnj)

v0.8.4

23 Jul 17:52
v0.8.4
2fd9417
Compare
Choose a tag to compare

v0.8.4 (2019-07-23)

Diff since v0.8.3

Closed issues:

  • Compatibility with DataFrames 0.19 (#243)

v0.8.3

18 Jun 07:49
v0.8.3
c86b811
Compare
Choose a tag to compare

v0.8.3 (2019-06-18)

Diff since v0.8.2

Closed issues:

  • Reduce memory allocations for variable length field reads (#238)
  • ODBC not working with DataFrames v0.18+ (#235)
  • Uint 16 Overflow when fetching very large data from sql server (#226)

Merged pull requests:

v0.8.2

09 May 05:23
a249dbf
Compare
Choose a tag to compare
Updates (#230)

* Switch use from WeakRefStringArray to StringVector

* Update Project.toml

v0.8.1: Change missing to maybemissing to not confuse with the constant missi…

26 Oct 04:52
Compare
Choose a tag to compare

Switch from DataStreams to Tables.jl

20 Oct 21:47
41b7b6e
Compare
Choose a tag to compare
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)

19 Aug 03:44
6338866
Compare
Choose a tag to compare
* Updates for 1.0

* More 1.0 fixes

* More 1.0

Port to Missings

06 Dec 23:03
Compare
Choose a tag to compare
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

06 Apr 04:39
Compare
Choose a tag to compare
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