Skip to content

Releases: iamed2/LibPQ.jl

v1.17.1

22 Aug 16:08
9b92685
Compare
Choose a tag to compare

LibPQ v1.17.1

Diff since v1.17.0

Merged pull requests:

  • fix missing module qualifier for JLConnectionError (#275) (@tanmaykm)
  • update doc on multiple async_execute behavior (#277) (@tanmaykm)

v1.17.0

17 Aug 22:40
5c5720b
Compare
Choose a tag to compare

LibPQ v1.17.0

Diff since v1.16.0

Merged pull requests:

  • Ensure string_params doesn't get GC'd (#276) (@krynju)

v1.16.0

25 Jul 02:48
2c0547d
Compare
Choose a tag to compare

LibPQ v1.16.0

Diff since v1.15.1

Closed issues:

  • tryparse Inexact Error (#265)
  • Docs links return 404 (#266)
  • Using array_agg results in a string (#268)

Merged pull requests:

v1.15.1

23 Feb 22:41
2d45074
Compare
Choose a tag to compare

LibPQ v1.15.1

Diff since v1.15.0

Merged pull requests:

v1.15.0

23 Feb 18:59
4306505
Compare
Choose a tag to compare

LibPQ v1.15.0

Diff since v1.14.1

Closed issues:

  • collect on LibPQ.Column allocates a lot (#250)
  • Trying to implement large object support (#258)
  • Large select queries running 5-10x slower than with psql (#259)

Merged pull requests:

  • Added support for parsing timestamptz as UTCDateTime (#263) (@rofinn)

v1.14.1

04 Oct 18:13
e65ee52
Compare
Choose a tag to compare

LibPQ v1.14.1

Diff since v1.14.0

Closed issues:

  • LibPQ and local peer trust ("ident") (#253)
  • All rational numbers are parsed as Decimals.Decimal instead of Float (#254)

Merged pull requests:

  • Add doc for not_null argument to execute (#246) (@iamed2)
  • bump up DocStringExtensions (#255) (@svilupp)
  • Start PostgreSQL in macOS CI from the new standard place (#256) (@iamed2)
  • Support newer DataFrames versions (#257) (@iamed2)

v1.14.0

22 Aug 18:41
dca8d75
Compare
Choose a tag to compare

LibPQ v1.14.0

Diff since v1.13.0

Merged pull requests:

v1.13.0

09 May 19:34
5ba8155
Compare
Choose a tag to compare

LibPQ v1.13.0

Diff since v1.12.0

Closed issues:

  • Support GSSAPI / kerberos (#239)

Merged pull requests:

  • Switch time string parsing to tryparse to handle Julia 1.6.6 change (#248) (@Wynand)

v1.12.0

18 Feb 22:48
7b13b3e
Compare
Choose a tag to compare

LibPQ v1.12.0

Diff since v1.11.0

Merged pull requests:

  • Integration with SQLStrings.jl (#216) (@c42f)

v1.11.0

31 Jan 23:15
de302c7
Compare
Choose a tag to compare

LibPQ v1.11.0

Diff since v1.10.0

Closed issues:

  • UndefVarError: LIBPQ_HANDLE not defined (#240)
  • Support for LISTEN/NOTIFY (#242)

Merged pull requests: