Aaron Piotrowski
|
8dd0556a3c
|
Hold statements from pools
|
2017-11-17 23:55:16 -06:00 |
|
Aaron Piotrowski
|
9b5b0022e4
|
Rename CompletionQueue → ReferenceQueue
|
2017-11-17 22:00:52 -06:00 |
|
Aaron Piotrowski
|
a8d940dea0
|
Change execute() from variadic to accepting an array
|
2017-11-17 21:33:49 -06:00 |
|
Aaron Piotrowski
|
eb965b30dd
|
Remove PendingOperationError / update docs
|
2017-11-05 15:43:40 -06:00 |
|
Aaron Piotrowski
|
88808aa654
|
Add isAlive() method to connection handles
Used in pool to drop dead connections from the pool automatically.
|
2017-11-05 15:38:17 -06:00 |
|
Aaron Piotrowski
|
4fc6425fd8
|
Only mark connection busy on transaction
Underlying handle will take care of ordering other operations.
|
2017-11-05 11:24:38 -06:00 |
|
Aaron Piotrowski
|
202caf8552
|
Add Link interface; make PooledConnection internal
Cleaned up interfaces. Users can declare Executor or Link depending on their needs.
|
2017-08-01 23:01:55 -05:00 |
|
Aaron Piotrowski
|
2f0017c7a4
|
Add Handle interface and Pool::getConnection()
Adds quoteString() and quoteName() methods. Pool::getConnection() returns a promise that resolves to an instance of PooledConnection.
|
2017-08-01 00:38:12 -05:00 |
|
Aaron Piotrowski
|
65ede1b786
|
Allow simultaneous querys again and deallocate pgsql statements
Deallocating queries without potential race conditions required allowing simultaneous queries.
|
2017-07-27 00:32:34 -05:00 |
|
Aaron Piotrowski
|
fac9041cac
|
Update and fix code styles
Changed to match code styles used in other Amp packages.
|
2017-06-20 22:59:42 -05:00 |
|
Aaron Piotrowski
|
5591f46daa
|
Connect cancellation
|
2017-06-04 23:42:18 -05:00 |
|
Aaron Piotrowski
|
a6394f67b2
|
Specify method name only
|
2017-06-04 22:15:50 -05:00 |
|
Aaron Piotrowski
|
e0a842bad7
|
Disallow multiple operations on single connection
Pools can still be used for concurrent ops.
|
2017-05-26 13:14:04 -05:00 |
|
Bob Weinand
|
7c00cf1fb0
|
Refix style fixed code
|
2017-05-17 18:14:12 +02:00 |
|
Aaron Piotrowski
|
2776a0344e
|
Update code styles
|
2017-05-15 23:28:37 -05:00 |
|
Aaron Piotrowski
|
a276d17be7
|
Update for Amp ^2
|
2017-05-15 23:14:02 -05:00 |
|
Aaron Piotrowski
|
04a6463888
|
Update for async-interop merge and other Amp changes
|
2017-03-17 10:17:24 -05:00 |
|
Aaron Piotrowski
|
2a1c96761b
|
Fix connect() methods
Timeout wasn't being properly used and the implementation assumed single watchers on sockets, so it was more complex than needed.
|
2017-02-15 17:36:10 -06:00 |
|
Aaron Piotrowski
|
e3e3def9be
|
Better variable names; fix incorrect method name
|
2017-01-18 12:29:48 -06:00 |
|
Aaron Piotrowski
|
1e3874856d
|
Update for async-interop namespace change and Amp name changes
|
2017-01-18 11:08:45 -06:00 |
|
Aaron Piotrowski
|
5d687a6cb5
|
Drop strict types
|
2016-12-29 23:21:17 -06:00 |
|
Aaron Piotrowski
|
0fb3f9bfdb
|
Awaitable → Promise
|
2016-11-15 11:06:21 -06:00 |
|
Aaron Piotrowski
|
21f5d4427d
|
Fix nofication listening; add notify() method to Executor
|
2016-09-21 00:18:24 -05:00 |
|
Aaron Piotrowski
|
23129d66b5
|
Add listen support
|
2016-09-19 11:12:32 -05:00 |
|
Aaron Piotrowski
|
caf829a48c
|
Initial commit
|
2016-09-14 09:27:39 -05:00 |
|