Jack Christensen
|
8203a8ea6c
|
Move WriteBuf.EncodeJson to EncodeJson
|
2015-12-31 14:51:44 -06:00 |
|
Jack Christensen
|
d455c19469
|
Move WriteBuf.EncodeTimestampArray to EncodeTimeSlice
|
2015-12-31 14:51:44 -06:00 |
|
Jack Christensen
|
6240307d0a
|
Move WriteBuf.EncodeTextArray to EncodeStringSlice
|
2015-12-31 14:51:44 -06:00 |
|
Jack Christensen
|
dfe8c0bf0a
|
Move WriteBuf.EncodeFloat* to EncodeFloat*
|
2015-12-31 14:51:44 -06:00 |
|
Jack Christensen
|
487922d5ac
|
Move WriteBuf.EncodeInt*Array to EncodeInt*Slice
Reorder handling of Encoder, string, []byte, pointers, and other types.
|
2015-12-31 14:51:44 -06:00 |
|
Jack Christensen
|
335786f03c
|
Move WriteBuf.EncodeInetArray to EncodeIPSlice and encodeIPNetSlice
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
b9ae7c62f3
|
Move WriteBuf.EncodeOido to EncodeOid
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
b5c3f77794
|
Move WriteBuf.EncodeInet to EncodeIP and EncodeIPNet
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
79c3882b71
|
Move WriteBuf.Encode(Date|Timestamp|TimestampTz) to EncodeTime
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
29e46d1773
|
Move WriteBuf.EncodeFloat* to EncodeFloat*
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
bbd2d24a2e
|
Move WriteBuf.EncodeBytea to EncodeByteSlice
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
80ad10ff13
|
Move WriteBuf.EncodeText to EncodeString
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
d13e50dca6
|
Move WriteBuf.Encode* to functions
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
9df6f33f97
|
Make EncodeInt* type strict
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
c62d4b737f
|
Make EncodeBoolArray type strict
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
3f4c01b151
|
Make EncodeBool type strict
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
43a0805579
|
Make EncodeText and EncodeBytea type strict
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
5d3c0eacc3
|
Fix: return error from EncodeJson
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
802900dba8
|
Expose Decode* methods on ValueReader
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
32ce1455a1
|
Expose Encode* on method on WriteBuf
|
2015-12-31 14:51:04 -06:00 |
|
Jack Christensen
|
9f9a9779ac
|
Add compatibility with database/sql custom types
Support database/sql.Scanner
Support database/sql/driver.Valuer
|
2015-12-31 14:46:43 -06:00 |
|
Jack Christensen
|
029bd49065
|
Update travis to GO 1.5.2
|
2015-12-22 10:47:44 -06:00 |
|
Jack Christensen
|
7b5d247a46
|
Remove -cover from travis build
Coverage is not checked in travis so all it does is slow down the build.
|
2015-12-22 10:46:42 -06:00 |
|
Jack Christensen
|
73bd33b215
|
Do not encode Go float64 to a PostgreSQL float4
The automatic conversion of float64 to float32 could cause loss of
precision.
|
2015-12-21 13:12:11 -06:00 |
|
Jack Christensen
|
8577dccd65
|
Make ConnPoll stress test time based
Test now runs for fixed amount of time instead of a fixed number of iterations.
This should enable TravisCI to finish the test.
|
2015-12-12 17:35:24 -06:00 |
|
Jack Christensen
|
d84ee5c18a
|
Remove dead code
|
2015-12-12 13:20:44 -06:00 |
|
Jack Christensen
|
08f927ca7e
|
Update CHANGELOG
|
2015-12-12 13:18:38 -06:00 |
|
Jack Christensen
|
f004f0802c
|
Add ConnPool.Reset method
refs #110
|
2015-12-12 13:15:14 -06:00 |
|
Jack Christensen
|
1eecea606b
|
Tweak doc.go so section head is detected
|
2015-12-09 12:00:33 -06:00 |
|
Blake Gentry
|
6fc16d96c7
|
fix copy/paste doc mistakes
refer to the correct field names in docs for for all nullable types
|
2015-11-29 21:59:42 -08:00 |
|
Jack Christensen
|
edfdaf15c6
|
Rows.Scan errors now include which argument caused error
|
2015-11-20 14:02:49 -06:00 |
|
Jack Christensen
|
dd26ad0091
|
Remove unreachable code
|
2015-11-14 14:14:52 -06:00 |
|
Jack Christensen
|
b5901f7dba
|
Fix skip JSON tests for old servers
|
2015-11-12 15:43:48 -06:00 |
|
Jack Christensen
|
09e0cc4815
|
Skip JSON tests for old PostgreSQL servers
|
2015-11-12 15:27:20 -06:00 |
|
Jack Christensen
|
e1215d9b19
|
[]byte skips encoding/decoding
refs #104
|
2015-11-12 14:54:25 -06:00 |
|
Jack Christensen
|
26bb780063
|
inet is known type now -- so use point instead
|
2015-11-12 13:41:00 -06:00 |
|
Jack Christensen
|
69102e4463
|
test ipv4 for travis simplicity
|
2015-10-26 19:08:15 -05:00 |
|
Jack Christensen
|
db57394741
|
test ipv4 for travis simplicity
|
2015-10-26 18:13:35 -05:00 |
|
Jack Christensen
|
de41977104
|
Run short tests on travis to avoid failure due to too long tests
|
2015-10-26 17:43:30 -05:00 |
|
Jack Christensen
|
b7b7a83471
|
Test on travis with Go 1.5
|
2015-10-26 17:40:35 -05:00 |
|
Jack Christensen
|
3262ee23f3
|
Release 2.7.1
v2.7.1
|
2015-10-26 12:09:46 -05:00 |
|
Jack Christensen
|
60cca3de7d
|
Disable SSL renegotiation
fixes #103
|
2015-10-26 12:07:54 -05:00 |
|
Jack Christensen
|
1e9206fc6c
|
Release v2.7.0
v2.7.0
|
2015-10-16 16:37:45 -05:00 |
|
Jack Christensen
|
7e668f54fe
|
Update changelog
|
2015-10-16 16:18:31 -05:00 |
|
Jack Christensen
|
8d9eb62609
|
Add docs for relating to ConnConfig.RuntimeParams
|
2015-10-16 16:16:39 -05:00 |
|
Jack Christensen
|
ec8f6259e6
|
ParseEnvLibpq extracts PGAPPNAME
|
2015-10-16 16:13:15 -05:00 |
|
Jack Christensen
|
829d61ce40
|
ParseDSN extracts RuntimeParams
|
2015-10-16 15:48:24 -05:00 |
|
Jack Christensen
|
5b0550c1cb
|
ParseURI extracts run-time parameters
refs #99
|
2015-10-16 15:37:49 -05:00 |
|
Jack Christensen
|
1fb63a4b41
|
Add RuntimeParams to ConnConfig
|
2015-10-16 15:37:32 -05:00 |
|
Jack Christensen
|
355a3854db
|
Update changelog
|
2015-10-16 15:01:40 -05:00 |
|