Skip to content

Releases: JuliaDatabases/LibPQ.jl

v1.0.2

25 Oct 22:02
v1.0.2
d6674e2
Compare
Choose a tag to compare

v1.0.2 (2019-10-25)

Diff since v1.0.1

Merged pull requests:

  • Handle EBADF when socket is closed early during connection (#142) (iamed2)

v1.0.1

24 Oct 20:02
v1.0.1
f62d7ee
Compare
Choose a tag to compare

v1.0.1 (2019-10-24)

Diff since v1.0.0

Closed issues:

  • TimeZones version too restrictive (#138)

Merged pull requests:

v1.0.0

23 Oct 00:02
v1.0.0
827b8b7
Compare
Choose a tag to compare

v1.0.0 (2019-10-22)

Diff since v0.11.2

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

20 Aug 21:38
v0.11.2
8c15a0e
Compare
Choose a tag to compare

v0.11.2 (2019-08-20)

Diff since v0.11.1

Closed issues:

  • Access to undefined reference error with column_types (#121)

Merged pull requests:

  • Fix and test undef ref when using column_types (#122) (iamed2)

v0.11.1

12 Aug 21:26
v0.11.1
f031f1f
Compare
Choose a tag to compare

v0.11.1 (2019-08-12)

Diff since v0.11.0

Closed issues:

  • 'nothing' type union in error pathway not considered (#116)
  • Conversion of dates (#32)

Merged pull requests:

  • Support NULL SQLSTATE with custom UnknownError type (#120) (iamed2)
  • Parse Date and Time (#119) (iamed2)
  • Cache columns to avoid escaping (#118) (iamed2)
  • Parse INTERVALs as CompoundPeriods (#117) (iamed2)

v0.11.0

19 Jul 23:32
v0.11.0
d6d5c38
Compare
Choose a tag to compare

v0.11.0 (2019-07-19)

Diff since v0.10.1

Closed issues:

  • Introduce Exception types (#11)

Merged pull requests:

  • Catch EBADF from FDWatcher and replace with JLConnectionError (#115) (iamed2)
  • Add custom exception types (#113) (iamed2)

v0.10.1

08 Jul 18:42
v0.10.1
729e723
Compare
Choose a tag to compare

v0.10.1 (2019-07-08)

Diff since v0.10.0

Merged pull requests:

  • Add finalizer to Connection (that doesn't task-switch) (#112) (iamed2)

v0.10.0

18 Jun 22:44
v0.10.0
8f727cb
Compare
Choose a tag to compare

v0.10.0 (2019-06-14)

Diff since v0.9.1

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

09 May 20:32
8b249e4
Compare
Choose a tag to compare

v0.9.0

08 May 20:03
2859551
Compare
Choose a tag to compare
Merge pull request #95 from invenia/ed/docs-n-cleanup

Docs and Cleanup