Releases: JuliaDatabases/LibPQ.jl
Releases · JuliaDatabases/LibPQ.jl
v0.8.0
Deprecate DataStreams interface
Support more things
- connection options
- Tables.jl
- broadcasting Connection as scalar
Fix password buffer usage
This is definitely the last release supporting Julia 0.6
CopyIn and tuple parameters
This is probably the last release supporting Julia 0.6
Bugfixes, tweaks, and docs
v0.5.0 Fix (and test) parsing of char(n) aka bpchar
Julia 0.7 and 1.0 support
Merge pull request #41 from wookay/fix_iterate Updates for Julia 1.0
Docs, fixes, and API tweaks
This will be the first promoted release!
Require Homebrew on Mac for easier installation
Requiring Homebrew makes installation easier in a clean environment, like in testing or deployment.
More Testing, More Nulling, More Converting, More Compatting
v0.2.0 Allow asserting non-null columns to avoid missing
Type Handling
Includes automatic, configurable conversions from output PostgreSQL types to Julia types, simple conversions for input parameters, and a bunch more small changes.