LibPQ.jl

A Julia wrapper for libpq

MIT License

Stars
218

Bot releases are visible (Hide)

LibPQ.jl - v1.18.0 Latest Release

Published by github-actions[bot] 2 months ago

LibPQ v1.18.0

Diff since v1.17.1

Merged pull requests:

  • CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) (#286) (@github-actions[bot])
  • Upgrade LibPQ_jll to 16 (#287) (@lbilli)
  • bump patch version for release (#290) (@baumgold)
  • Fix documentation links in README (#294) (@mortenpi)
  • Fix macOS CI (#295) (@iamed2)
  • Fix use of test_broken on Julia 1.10 (#297) (@iamed2)
  • Fix/modernize docs (#299) (@iamed2)
  • Rebase of #289 (#300) (@iamed2)
  • Add some illustrative options to LibPQ.Connection example to help new users (#301) (@iamed2)

Closed issues:

  • Can't suppress LibPQ's error output (#283)
  • Docs link is broken in readme (#293)
  • Update documentation Project/Manifest (#296)
LibPQ.jl - v1.17.1

Published by github-actions[bot] about 1 year ago

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)
LibPQ.jl - v1.17.0

Published by github-actions[bot] about 1 year ago

LibPQ v1.17.0

Diff since v1.16.0

Merged pull requests:

  • Ensure string_params doesn't get GC'd (#276) (@krynju)
LibPQ.jl - v1.16.0

Published by github-actions[bot] about 1 year ago

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:

  • invenia -> iamed2 (#269) (@iamed2)
  • Update error codes (#270) (@iamed2)
  • Add Support for DBInterface (#274) (@TheCedarPrince)
LibPQ.jl - v1.15.1

Published by github-actions[bot] over 1 year ago

LibPQ v1.15.1

Diff since v1.15.0

Merged pull requests:

  • Addressing post-merge comments on #263 (#264) (@rofinn)
LibPQ.jl - v1.15.0

Published by github-actions[bot] over 1 year ago

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)
LibPQ.jl - v1.14.1

Published by github-actions[bot] about 2 years ago

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)
LibPQ.jl - v1.14.0

Published by github-actions[bot] about 2 years ago

LibPQ v1.14.0

Diff since v1.13.0

Merged pull requests:

  • getindex(::Column) performance (#252) (@willtebbutt)
LibPQ.jl - v1.13.0

Published by github-actions[bot] over 2 years ago

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)
LibPQ.jl - v1.12.0

Published by github-actions[bot] over 2 years ago

LibPQ v1.12.0

Diff since v1.11.0

Merged pull requests:

  • Integration with SQLStrings.jl (#216) (@c42f)
LibPQ.jl - v1.11.0

Published by github-actions[bot] over 2 years ago

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:

  • Added a new logo to docs (#224) (@jd-foster)
  • Set new minimum Julia version to 1.6 and drop old support (#244) (@iamed2)
LibPQ.jl - v1.10.0

Published by github-actions[bot] over 2 years ago

LibPQ v1.10.0

Diff since v1.9.0

Closed issues:

  • Array of strings fails to properly escape quotes (#221)
  • How can I execute an local SQL file? (#238)

Merged pull requests:

  • Escape quotation marks in strings inside vectors (#222) (@quildtide)
LibPQ.jl - v1.9.0

Published by github-actions[bot] about 3 years ago

LibPQ v1.9.0

Diff since v1.8.0

Merged pull requests:

  • Add IdleSessionTimeout error code (#232) (@morris25)
  • Update tested PostgreSQL versions to Supported Versions (#233) (@iamed2)
  • Update code generation to follow bluestyle (#235) (@morris25)
  • Add binary interval parsing (#237) (@morris25)
LibPQ.jl - v1.8.0

Published by github-actions[bot] about 3 years ago

LibPQ v1.8.0

Diff since v1.7.0

Closed issues:

  • result.not_null field is all false (#228)

Merged pull requests:

  • MassInstallAction: Install the BlueStyleFormatter workflow on this repository (#227) (@mattBrzezinski)
  • Binary TimeType and Intervals (#229) (@samuel-massinon)
LibPQ.jl - v1.7.0

Published by github-actions[bot] about 3 years ago

LibPQ v1.7.0

Diff since v1.6.2

Closed issues:

  • Infinity.jl is GNU GPL licensed (#209)
  • CI doctest failures (#217)
  • Using @threadcall for blocking calls (#219)

Merged pull requests:

  • MassInstallAction: Install the GitHubActions workflow on this repository (#210) (@fchorney)
  • Fix CI Tests and Artifact Cache Issues (#214) (@fchorney)
  • Update doctests for Julia 1.6 (#218) (@mjram0s)
  • Query Basic Types in Binary Format (#223) (@samuel-massinon)
LibPQ.jl - v1.6.2

Published by github-actions[bot] about 4 years ago

LibPQ v1.6.2

Diff since v1.6.1

Closed issues:

  • Unsatisfiable requirements for Julia versions < Julia 1.3 (#202)
  • text[] with load! is broken (#204)
  • Interval string representation is broken (#205)

Merged pull requests:

  • Fix load! for non-string parameters (#203) (@iamed2)
LibPQ.jl - v1.6.1

Published by github-actions[bot] about 4 years ago

LibPQ v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Fix erroneous varchar whitespace stripping (#200) (@iamed2)
LibPQ.jl - v1.6.0

Published by github-actions[bot] about 4 years ago

LibPQ v1.6.0

Diff since v1.5.0

Closed issues:

  • CI failure: missing error code E22031 (#198)

Merged pull requests:

  • Use parsing from Intervals.jl (#196) (@omus)
  • Add missing error code E22031 (#199) (@omus)
LibPQ.jl - v1.5.0

Published by github-actions[bot] over 4 years ago

LibPQ v1.5.0

Diff since v1.4.1

Closed issues:

  • Error while building LibPQ (#179)
  • Git clone failure (#190)
  • curl failure when building docs (#191)
  • If it does no harm, adjust/expand CEnum.jl version[s] (#193)

Merged pull requests:

  • Use a JLL to provide libpq (#188) (@iamed2)
  • Remove unresolvable DataFrames versions from compat (#189) (@iamed2)
  • Increase linkcheck_timeout (#192) (@TylerLoewen)
  • Expand CEnum compat (#194) (@iamed2)
LibPQ.jl - v1.4.1

Published by github-actions[bot] over 4 years ago

LibPQ v1.4.1

Diff since v1.4.0

Merged pull requests:

  • RFC: Avoid having to use double-escape in regex string (#187) (@omus)