Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 06:24
· 22 commits to main since this release
6e5501e

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)