Skip to content

Tags: JuliaDatabases/MySQL.jl

Tags

v1.4.7

Toggle v1.4.7's commit message
[Diff since v1.4.6](v1.4.6...v1.4.7)

**Merged pull requests:**
- Compat Upgrade of MariaDB_Connector_C_jll (#222) (@briederer)

**Closed issues:**
- Compat issue for using MySQL and LibPQ together on julia v1.11 (#221)

v1.4.6

Toggle v1.4.6's commit message
## MySQL v1.4.6

[Diff since v1.4.5](v1.4.5...v1.4.6)


**Merged pull requests:**
- Escaping the error "Method overwriting is not permitted during Module precompilation" with Julia V 1.10 (#217) (@pascalr0410)

v1.4.5

Toggle v1.4.5's commit message
## MySQL v1.4.5

[Diff since v1.4.4](v1.4.4...v1.4.5)


**Merged pull requests:**
- Fix transactions again and update tests (#215) (@Octogonapus)

v1.4.4

Toggle v1.4.4's commit message
## MySQL v1.4.4

[Diff since v1.4.3](v1.4.3...v1.4.4)


**Merged pull requests:**
- Fix transaction() not actually using a transaction (#213) (@Octogonapus)

**Closed issues:**
- Can't use `nothing` to insert `NULL` (#210)

v1.4.3

Toggle v1.4.3's commit message
## MySQL v1.4.3

[Diff since v1.4.2](v1.4.2...v1.4.3)


**Closed issues:**
- it's possible for timestamp strings to be `0000-00-00 00:00:00` (#186)
- Unable to connect to RDS Proxy (#201)
- Connection errors when using SubString{String} type (#203)

**Merged pull requests:**
- Support zero_date (#200) (@quinnj)
- Ensure string options are converted to proper strings before passing … (#204) (@quinnj)
- Fix other string C api call arguments (#205) (@quinnj)

v1.4.2

Toggle v1.4.2's commit message
## MySQL v1.4.2

[Diff since v1.4.1](v1.4.1...v1.4.2)


**Closed issues:**
- Dates parsing failure (#188)
- MySQL.load bug with unsigned ints (#194)

**Merged pull requests:**
- Fix issue loading Int8/UInt8 values into mysql table (#199) (@quinnj)

v1.4.1

Toggle v1.4.1's commit message
## MySQL v1.4.1

[Diff since v1.4.0](v1.4.0...v1.4.1)


**Closed issues:**
- MethodError when creating a connection (#197)

**Merged pull requests:**
- Fix miscategorization of ssl_verify_server_cert keyword arg at C level (#198) (@quinnj)

v1.4.0

Toggle v1.4.0's commit message
## MySQL v1.4.0

[Diff since v1.3.1](v1.3.1...v1.4.0)


**Closed issues:**
- Feature request - bind to accept any AbstractString (#183)
- Plugin http could not be loaded (#191)
- Can't connect to server using MacOS (#192)
- Hi tried connecting to public aws RDS and failed at first step (#193)
- Precompilation fails on Windows and Julia 1.8 (#195)

**Merged pull requests:**
- Updates for 1.8 (#196) (@quinnj)

v1.3.1

Toggle v1.3.1's commit message
## MySQL v1.3.1

[Diff since v1.3.0](v1.3.0...v1.3.1)



**Merged pull requests:**
- allow AbstractString in various interfaces (#190) (@xitology)

v1.3.0

Toggle v1.3.0's commit message
## MySQL v1.3.0

[Diff since v1.2.1](v1.2.1...v1.3.0)


**Closed issues:**
- Error precompiling MySQL: ERROR: LoadError: UndefVarError: artifact_dir not defined (#184)
- How to fix an 2013 error when using MySQL.jl? (#185)

**Merged pull requests:**
- Support DBInterface v2.5 (#187) (@quinnj)