Skip to content

Releases: JuliaDatabases/LibPQ.jl

v1.3.0

24 Jun 22:02
d85ee15
Compare
Choose a tag to compare

LibPQ v1.3.0

Diff since v1.2.0

Closed issues:

  • Argument error when parsing date time (#59)
  • enable transactions as an option in LibPQ.load! (#174)
  • Connecting over VPN (#178)

Merged pull requests:

v1.2.0

19 Mar 17:01
Compare
Choose a tag to compare

LibPQ v1.2.0

Diff since v1.1.1

Closed issues:

  • brew services is broken on Travis (#158)
  • Failed LibPQ connection for travis tests (#164)
  • Passing unknown column to not_null kwarg causes BoundsError (#166)
  • Switch to warning when automatic reset_encoding! fails, or remove it (#167)

Merged pull requests:

v1.1.1

06 Feb 21:45
v1.1.1
bb822f6
Compare
Choose a tag to compare

v1.1.1 (2020-02-06)

Diff since v1.1.0

Closed issues:

  • UndefVarError: ConninfoParseError not defined (#152)

Merged pull requests:

v1.1.0

31 Jan 17:09
v1.1.0
1ee5574
Compare
Choose a tag to compare

v1.1.0 (2020-01-31)

Diff since v1.0.7

Closed issues:

  • Support converting range types to Intervals (#137)

Merged pull requests:

  • Support Intervals.jl parsing for postgres ranges (#153) (nicoleepp)

v1.0.7

28 Jan 18:08
v1.0.7
Compare
Choose a tag to compare

v1.0.7 (2020-01-28)

Diff since v1.0.6

Merged pull requests:

  • Set project version to 1.0.7 (#157) (omus)
  • Support TimeZones 1.0 (#156) (omus)
  • Always create the deps.jl file (#155) (omus)
  • Add email notification for Invenia (#154) (omus)

v1.0.6

05 Dec 03:17
v1.0.6
a3e7e0f
Compare
Choose a tag to compare

v1.0.6 (2019-12-04)

Diff since v1.0.5

Closed issues:

  • Error during building of LibPQ on Julia 1.2.0-1 (#145)
  • Failed to precompile LibPQ with julia 1.2.0 (#144)
  • Incompatibility with latest version of CEnum (#143)
  • Error building LibPQ on 32-bit Linux (#126)

Merged pull requests:

  • Fix and test CEnum printing behaviour (#151) (iamed2)

v1.0.5

30 Nov 04:18
v1.0.5
dfdfb79
Compare
Choose a tag to compare

v1.0.5 (2019-11-30)

Diff since v1.0.4

Merged pull requests:

  • Don't sleep in _consume loop (#150) (rofinn)
  • Fix EBADF test to catch any of the possible messages (#149) (iamed2)
  • Add PQflush before the async execute loop (#148) (iamed2)

v1.0.4

28 Nov 19:18
v1.0.4
7c2b542
Compare
Choose a tag to compare

v1.0.4 (2019-11-28)

Diff since v1.0.3

Merged pull requests:

  • Use poll_fd to timeout waiting for socket (#147) (iamed2)

v1.0.3

27 Nov 17:19
v1.0.3
5d966f4
Compare
Choose a tag to compare

v1.0.3 (2019-11-27)

Diff since v1.0.2

Merged pull requests:

  • Reduce query frequency of consume (#146) (omus)

v1.0.2

25 Oct 22:02
v1.0.2
d6674e2
Compare
Choose a tag to compare

v1.0.2 (2019-10-25)

Diff since v1.0.1

Merged pull requests:

  • Handle EBADF when socket is closed early during connection (#142) (iamed2)