David Bariod
|
738f3a1027
|
support binding of []int type to array integer
|
2019-01-19 11:44:30 -06:00 |
|
David Bariod
|
903a7734c5
|
support binding of []int type to array integer
|
2019-01-19 11:44:30 -06:00 |
|
Jack Christensen
|
f4396b2e23
|
Merge pull request #500 from dgsb/master
support binding of []int type to array integer
|
2019-01-19 11:43:59 -06:00 |
|
Josh Leverette
|
66af2227c0
|
Fix encoding of ErrorResponse
|
2019-01-19 11:42:30 -06:00 |
|
Josh Leverette
|
f05150fccb
|
Fix encoding of ErrorResponse
|
2019-01-19 11:42:30 -06:00 |
|
Jack Christensen
|
6b154e2284
|
Merge pull request #501 from coder543/patch-1
Fix encoding of ErrorResponse
|
2019-01-19 11:41:23 -06:00 |
|
Josh Leverette
|
3f1d975e4b
|
Fix encoding of ErrorResponse
|
2019-01-17 22:19:08 -08:00 |
|
David Bariod
|
0c7a1fc13e
|
support binding of []int type to array integer
|
2019-01-15 11:01:18 +01:00 |
|
Jack Christensen
|
edfd837ba4
|
Add PgConn.WaitForNotification
|
2019-01-14 20:51:53 -06:00 |
|
Jack Christensen
|
2061295f7f
|
Add PgConn.WaitForNotification
|
2019-01-14 20:51:53 -06:00 |
|
Jack Christensen
|
cd4b0025c3
|
Add listen/notify to pgconn
|
2019-01-14 20:39:10 -06:00 |
|
Jack Christensen
|
d5dc748918
|
Add listen/notify to pgconn
|
2019-01-14 20:39:10 -06:00 |
|
Jack Christensen
|
b3cde6830f
|
Fix die on receive message error
|
2019-01-14 20:27:34 -06:00 |
|
Jack Christensen
|
da695c2ff8
|
Fix die on receive message error
|
2019-01-14 20:27:34 -06:00 |
|
Jack Christensen
|
9c36fa1e50
|
Fix prepare failure
|
2019-01-12 16:16:47 -06:00 |
|
Jack Christensen
|
340a2a5886
|
Fix prepare failure
|
2019-01-12 16:16:47 -06:00 |
|
Jack Christensen
|
c4050134cc
|
Begin delegation of Prepare to pgconn
|
2019-01-12 12:19:12 -06:00 |
|
Jack Christensen
|
08bd2b612f
|
Streamline test
|
2019-01-12 12:04:44 -06:00 |
|
Jack Christensen
|
bd777fe20c
|
Add custom context cancellation hook
|
2019-01-12 11:37:13 -06:00 |
|
Jack Christensen
|
7f373ee92b
|
Add custom context cancellation hook
|
2019-01-12 11:37:13 -06:00 |
|
Jack Christensen
|
1257b89df7
|
Update main pgx package to compile with new pgconn
|
2019-01-05 19:00:41 -06:00 |
|
Jack Christensen
|
e78fd95296
|
Fix switching CommandTag back to string
|
2019-01-05 18:53:07 -06:00 |
|
Jack Christensen
|
c6a73a469a
|
Add example
|
2019-01-05 18:47:50 -06:00 |
|
Jack Christensen
|
f02ad34d66
|
Add example
|
2019-01-05 18:47:50 -06:00 |
|
Jack Christensen
|
406e95650a
|
Add more docs
|
2019-01-05 18:40:33 -06:00 |
|
Jack Christensen
|
14172b138b
|
Add more docs
|
2019-01-05 18:40:33 -06:00 |
|
Jack Christensen
|
2959411c41
|
CommandTag is string
|
2019-01-05 18:06:25 -06:00 |
|
Jack Christensen
|
8feee74396
|
CommandTag is string
|
2019-01-05 18:06:25 -06:00 |
|
Jack Christensen
|
2c8971b382
|
Rename some types and methods
|
2019-01-05 18:01:57 -06:00 |
|
Jack Christensen
|
2f0db78865
|
Rename some types and methods
|
2019-01-05 18:01:57 -06:00 |
|
Jack Christensen
|
379be3508b
|
Add some docs for batch
|
2019-01-05 17:46:47 -06:00 |
|
Jack Christensen
|
caf72c627a
|
Add some docs for batch
|
2019-01-05 17:46:47 -06:00 |
|
Jack Christensen
|
04ee3b8cbd
|
Remove Pg prefix for a couple types
|
2019-01-05 17:41:43 -06:00 |
|
Jack Christensen
|
c3da7991ba
|
Remove Pg prefix for a couple types
|
2019-01-05 17:41:43 -06:00 |
|
Jack Christensen
|
cddf011806
|
Big restructure to better handle context cancel
|
2019-01-05 17:37:28 -06:00 |
|
Jack Christensen
|
31cb2b4e72
|
Big restructure to better handle context cancel
|
2019-01-05 17:37:28 -06:00 |
|
Jack Christensen
|
64e80f1f72
|
Add benchmarks when cancellable
|
2019-01-02 18:16:20 -06:00 |
|
Jack Christensen
|
67725478c5
|
Add benchmarks when cancellable
|
2019-01-02 18:16:20 -06:00 |
|
Jack Christensen
|
a24d764440
|
Back out of some over optimization
|
2019-01-02 18:16:08 -06:00 |
|
Jack Christensen
|
fa5e1d3ec4
|
Back out of some over optimization
|
2019-01-02 18:16:08 -06:00 |
|
Jack Christensen
|
381f0ca040
|
Back out of some over optimization
|
2019-01-02 18:16:08 -06:00 |
|
Jack Christensen
|
ec622237e9
|
Extract startOperation
|
2019-01-02 14:56:24 -06:00 |
|
Jack Christensen
|
8af697bacf
|
Extract startOperation
|
2019-01-02 14:56:24 -06:00 |
|
Jack Christensen
|
de2b9bb301
|
Tweak RecoverFromTimeout docs
|
2019-01-02 14:20:10 -06:00 |
|
Jack Christensen
|
ad7a822723
|
Tweak RecoverFromTimeout docs
|
2019-01-02 14:20:10 -06:00 |
|
Jack Christensen
|
475720d172
|
Fix typo
|
2019-01-02 14:10:57 -06:00 |
|
Jack Christensen
|
166e5e4e9d
|
Fix typo
|
2019-01-02 14:10:57 -06:00 |
|
Jack Christensen
|
b213299a92
|
Add ensureReadyForQuery to pgconn
|
2019-01-02 13:59:00 -06:00 |
|
Jack Christensen
|
b3cc9aa8a7
|
Add ensureReadyForQuery to pgconn
|
2019-01-02 13:59:00 -06:00 |
|
Jack Christensen
|
460946d662
|
Move notice handling to pgconn
|
2019-01-02 13:15:26 -06:00 |
|