Skip to content

v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 21:05
· 15 commits to master since this release
2bdf85f

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)