techknowlogick 3f5cdfe359 use go 1.13 (#8088) | il y a 5 ans | |
---|---|---|
.. | ||
oid | il y a 5 ans | |
scram | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.travis.sh | il y a 5 ans | |
.travis.yml | il y a 5 ans | |
CONTRIBUTING.md | il y a 5 ans | |
LICENSE.md | il y a 8 ans | |
README.md | il y a 5 ans | |
TESTS.md | il y a 5 ans | |
array.go | il y a 7 ans | |
buf.go | il y a 5 ans | |
conn.go | il y a 5 ans | |
conn_go18.go | il y a 5 ans | |
connector.go | il y a 5 ans | |
copy.go | il y a 7 ans | |
doc.go | il y a 5 ans | |
encode.go | il y a 5 ans | |
error.go | il y a 5 ans | |
go.mod | il y a 5 ans | |
notify.go | il y a 5 ans | |
rows.go | il y a 7 ans | |
ssl.go | il y a 5 ans | |
ssl_permissions.go | il y a 7 ans | |
ssl_windows.go | il y a 7 ans | |
url.go | il y a 8 ans | |
user_posix.go | il y a 8 ans | |
user_windows.go | il y a 8 ans | |
uuid.go | il y a 7 ans |
go get github.com/lib/pq
For detailed documentation and basic usage examples, please see the package documentation at https://godoc.org/github.com/lib/pq.
go test
is used for testing. See TESTS.md for more details.
database/sql
time.Time
correctly (i.e. timestamp[tz]
, time[tz]
, date
)bytea
)hstore
supportLISTEN
/NOTIFY
Some of these contributors are from the original library bmizerany/pq.go
whose
code still exists in here.