Releases: JuliaDatabases/MySQL.jl
Releases · JuliaDatabases/MySQL.jl
v1.2.1
v1.2.0
MySQL v1.2.0
Closed issues:
- DateTime fails to parse when
DATETIME
contains microseconds (#165) - MySQL.jl ignores password in options files? (#166)
- dataframe insert (#169)
- Plugin mysql could not be loaded (#170)
- longer utf chars are not supported (#171)
- InexactError for TIMESTAMP(4), TIMESTAMP(5), and TIMESTAMP(6) (#172)
- Bug: queries on
FLOAT unsigned
columns fail (#173) - Improve handing of DateTime values for 1970-01-01 (#175)
Merged pull requests:
- Don't call unsigned(T) for T <: AbstractFloat (#174) (@Sh4pe)
- Update CI (#176) (@quinnj)
- Improve handing of DateTime values for 1970-01-01 (#177) (@quinnj)
- Introduce a new DateAndTime sturct for > millisecond precision support (#178) (@quinnj)
- Ignore any host url protocol that includes "mysql://" (#179) (@quinnj)
- Ensure passwords can be read from options files (#180) (@quinnj)
v1.1.2
v1.1.1
MySQL v1.1.1
v1.1.0
v1.0.4
v1.0.3
v1.0.2
MySQL v1.0.2
Closed issues:
v1.0.1
v1.0.0
MySQL v1.0.0
Closed issues:
- error precompiling on julia 0.6.2 (#99)
- [Bug] No length check for binary data (#101)
- 'error in running finalizer' when running MySQL.query with an 'update' command (#103)
- Fails on FreeBSD: LoadError: Your platform amd64-unknown-freebsd11.1 is not supported by this package! (#105)
- Error installing MySQL on arm7l (#106)
- Error handling nullable fields on arm7l (#107)
- Performance of
Data.stream!(::DataFrame, ::MySQL.Statement)
(#108) - API Encoding Mis-Match with Julia Encoding (#109)
- Query causes MySQL.jl to hang [Julia v0.7] (#113)
- Using
escape
utility truncates Strings (#115) - Query error [Julia v0.7] (#116)
- Plugin caching_sha2_password could not be loaded (#118)
- Open Connection with Login Credentials in Config File (#125)
- EXCEPTION_ACCESS_VIOLATION (#126)
- Connection using SSL (#127)
- connect opts does not work (#128)
- Exception: EXCEPTION_ACCESS_VIOLATION (#129)
- Build broken on CentOS 6.7 (#132)
- Binary MySQL columns should be returned as UInt8[] rather than String (#133)
- Prepared statements with results (#134)
- error in running finalizer (#135)
- Implement a proper BinaryBuilder solution for bundling libmysqlclient/libmariadbclient (#137)
mysql_affected_rows
throws strange error when return is -1 (#138)
Merged pull requests: