Skip to content

Releases: JuliaDatabases/MySQL.jl

v1.2.0

10 Mar 06:24
6e5501e
Compare
Choose a tag to compare

MySQL v1.2.0

Diff since v1.1.2

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

15 Aug 15:15
90d2bb0
Compare
Choose a tag to compare

MySQL v1.1.2

Diff since v1.1.1

Closed issues:

  • UndefVarError: mysql_connect not defined (#164)
  • MySQL.setoptions sets at most one option (#167)

Merged pull requests:

v1.1.1

20 Jun 08:10
85bdb29
Compare
Choose a tag to compare

MySQL v1.1.1

Diff since v1.1.0

v1.1.0

01 Jun 15:09
f4e2cb7
Compare
Choose a tag to compare

MySQL v1.1.0

Diff since v1.0.4

Closed issues:

  • New fonctionality proposal : Store a DataFrame content into mySql (#136)
  • not compatible with previous version.. any document? (#158)
  • Timestamp and unsigned(DateTime) (#159)
  • Add simple usage example to README.md (#160)

Merged pull requests:

  • Fix #136 by implementing a MySQL.load function (#161) (@quinnj)
  • Fix #160 by adding a Getting Started section to the manual (#162) (@quinnj)
  • Check whether column is numeric along with unsigned check (#163) (@quinnj)

v1.0.4

06 May 13:06
70699d4
Compare
Choose a tag to compare

MySQL v1.0.4

Diff since v1.0.3

Closed issues:

  • signal (11): Segfault in libmariadb.so (#156)

Merged pull requests:

v1.0.3

01 May 21:05
2bdf85f
Compare
Choose a tag to compare

MySQL v1.0.3

Diff since v1.0.2

Closed issues:

  • The used command is not allowed with this MySQL version Stacktrace: execute!(::MySQL.Connection, ::String) (#148)
  • Calling procedures (#149)
  • "text" type returns as UInt8[] (#150)

Merged pull requests:

  • Convert non-binary columns to String type (#153) (@quinnj)
  • Fix calling stored procedures that return resultsets (#154) (@quinnj)

v1.0.2

22 Apr 17:05
Compare
Choose a tag to compare

MySQL v1.0.2

Diff since v1.0.1

Closed issues:

  • MySQL.jl Not Installing (#151)
  • MySQL.jl fails with dates (#152)

v1.0.1

29 Feb 07:07
36eaf2b
Compare
Choose a tag to compare

MySQL v1.0.1

Diff since v1.0.0

Closed issues:

  • MySQL Master Branch is actually served as stable 1.0.0 on julia standard repo (#143)
  • Problems pushing negative numbers (#144)

Merged pull requests:

  • Add a new isopen(conn) function to allow checking if a connection is … (#145) (@quinnj)
  • Fix #144: error when binding negative integers to prepared stmt (#146) (@quinnj)
  • Synchronize rows when iterating (#147) (@quinnj)

v1.0.0

13 Feb 20:10
689e71b
Compare
Choose a tag to compare

MySQL v1.0.0

Diff since v0.7.1

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:

v0.7.1

28 Oct 10:04
v0.7.1
61fae10
Compare
Choose a tag to compare

v0.7.1 (2019-10-27)

Diff since v0.7.0

Closed issues:

  • Very poor performance on query with many fields but few rows [v0.7.0] (#130)
  • All query code-paths produce a warning (#121)

Merged pull requests: