lib/pq
 Watch   
 Star   
 Fork   
2023-04-26 12:34:24
pq

v1.10.9

  • Fixes backwards incompat bug with 1.13.
  • Fixes pgpass issue
2021-11-09 04:06:35
pq

v1.10.4

  • Keep track of (context cancelled) error on connection.
  • Fix android build
2021-09-03 04:23:34
pq

v1.10.3

  • implement ConnPrepareContext/StmtQueryContext/StmtExecContext interfaces (context.Cancel() now ends connections)
  • Avoid type assertion to the same type
  • Fix build for illumos and solaris
2021-05-17 11:51:34
pq

v1.10.2

  • fix TimeTZ with second offsets
  • fix GOOS compilation
2021-04-22 01:58:34
pq

v1.10.1

  • fix concurrent map write
2021-02-13 01:59:49
pq

  • support inline SSL certs
2020-12-02 00:46:42
pq

  • better errors on network failures
  • fully implement database/sql/driver.Driver
  • improved query cancellation from contexts
  • support int32/float32/[]byte slices in Array
2020-07-28 06:28:35
pq

v1.8.0

  • Change Kerberos connection string parameters:
    • service is now krbsrvname
    • spn is now krbspn
2020-07-21 00:03:35
pq

v1.7.1

  • Fix Kerberos build on Windows
  • Return rows affected for COPY
2020-06-09 04:42:28
pq

v1.7.0

  • Changed GSS API so that default package doesn't have any dependencies.