Releases: JuliaDatabases/LibPQ.jl
Releases · JuliaDatabases/LibPQ.jl
v1.0.2
v1.0.2 (2019-10-25)
Merged pull requests:
v1.0.1
v1.0.0
v1.0.0 (2019-10-22)
Closed issues:
- How to use it (#124)
- Debugging an UnknownError (#123)
- Introduce Exception types (#11)
- Add a password prompt (#10)
- Ship libpq using BinDeps2 (#9)
- Rewrite everything to use the asynchronous API (#8)
Merged pull requests:
- Update dependency versions and declare One Point Oh (#136) (iamed2)
- Handle TaskFailedException and test on Julia 1.3 (#135) (iamed2)
- Switch to using the new BinaryProvider binaries (#134) (iamed2)
- Add testing on 32-bit linux (#133) (iamed2)
- Add connection timeout (#132) (iamed2)
- Use non-blocking connection interface (#131) (iamed2)
- Update error codes (#130) (rofinn)
v0.11.2
v0.11.1
v0.11.0
v0.10.1
v0.10.1 (2019-07-08)
Merged pull requests:
v0.10.0
v0.10.0 (2019-06-14)
Closed issues:
- duplicate field name in NamedTuple: "name" is not unique (#107)
- COPY sometimes fails completely silently (#99)
- fetch! seems to be gone but is still used in deps and is exported (#96)
- Document TimeZone (#91)
Tables.schema
returns a bad type (#90)
Merged pull requests:
- Tweak readme given BinaryProvider build (#110) (ianshmean)
- Add asynchronous execution (#109) (iamed2)
- Add a lot more indexing and iteration (#108) (iamed2)
- First step towards async: locks and atomics (#106) (iamed2)
- Add a FAQ for running a test database (#104) (iamed2)
- Error on failed COPY FROM (#103) (iamed2)
- Allow forcing server time zone and acknowledge the existence of PGTZ env var (#102) (iamed2)
- Allow concrete array types to be specified with column_types (#100) (galenlynch)
v0.9.1
v0.9.0
Merge pull request #95 from invenia/ed/docs-n-cleanup Docs and Cleanup