Releases: lib/pq
Releases · lib/pq
v1.10.9
Fixes backwards incompat bug with 1.13.
Fixes pgpass issue
v1.10.4
Keep track of (context cancelled) error on connection.
Fix android build
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
v1.10.2
fix TimeTZ with second offsets
fix GOOS compilation
v1.10.0: Merge pull request #818 from eirslett/feature/ssl-inline
v1.9.0: Merge pull request #876 from Shivam010/master
better errors on network failures
fully implement database/sql/driver.Driver
improved query cancellation from contexts
support int32/float32/[]byte slices in Array
v1.8.0
Change Kerberos connection string parameters:
service
is now krbsrvname
spn
is now krbspn
v1.7.1
Fix Kerberos build on Windows
Return rows affected for COPY
v1.7.0
Changed GSS API so that default package doesn't have any dependencies.
You can’t perform that action at this time.