Skip to content

Releases: JuliaDatabases/LibPQ.jl

v0.8.0

08 May 07:10
Compare
Choose a tag to compare
Deprecate DataStreams interface

Support more things

05 Feb 23:12
fa314a2
Compare
Choose a tag to compare
  • connection options
  • Tables.jl
  • broadcasting Connection as scalar

Fix password buffer usage

10 Jan 22:32
173837f
Compare
Choose a tag to compare

This is definitely the last release supporting Julia 0.6

CopyIn and tuple parameters

06 Jan 16:14
5ea9a00
Compare
Choose a tag to compare

This is probably the last release supporting Julia 0.6

Bugfixes, tweaks, and docs

11 Oct 19:55
Compare
Choose a tag to compare
v0.5.0

Fix (and test) parsing of char(n) aka bpchar

Julia 0.7 and 1.0 support

27 Aug 10:52
ffa8298
Compare
Choose a tag to compare
Merge pull request #41 from wookay/fix_iterate

Updates for Julia 1.0

Docs, fixes, and API tweaks

27 Feb 21:30
Compare
Choose a tag to compare

This will be the first promoted release!

Require Homebrew on Mac for easier installation

19 Jan 17:21
Compare
Choose a tag to compare

Requiring Homebrew makes installation easier in a clean environment, like in testing or deployment.

More Testing, More Nulling, More Converting, More Compatting

16 Jan 23:18
Compare
Choose a tag to compare
v0.2.0

Allow asserting non-null columns to avoid missing

Type Handling

09 Jan 19:04
Compare
Choose a tag to compare

Includes automatic, configurable conversions from output PostgreSQL types to Julia types, simple conversions for input parameters, and a bunch more small changes.