1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-26 20:15:02 +01:00
Commit Graph

95 Commits

Author SHA1 Message Date
Aaron Piotrowski
95939ca257 Use CallableMaker; update docblocks 2017-06-04 22:15:32 -05:00
Aaron Piotrowski
dd9c4c649d Simplify transaction commit and rollback 2017-05-28 08:10:57 -05:00
Aaron Piotrowski
6e9e32079a Move extension installation to separate scripts 2017-05-26 16:33:11 -05:00
Aaron Piotrowski
85df59ff9f Drop table before test 2017-05-26 16:26:25 -05:00
Aaron Piotrowski
dad285f9ef Update examples 2017-05-26 14:41:02 -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
Aaron Piotrowski
e1502aaa0b Update to PHPUnit 6 2017-05-26 10:47:44 -05:00
Aaron Piotrowski
4103e853b6 Add return types on getCurrent() 2017-05-25 22:47:49 -05:00
Aaron Piotrowski
31ea949464 Remove copy/paste error 2017-05-25 22:46:58 -05:00
Aaron Piotrowski
fb69e56040 Update readme 2017-05-24 09:59:16 -05:00
Aaron Piotrowski
c255df3477 Update promise resolution types in doc blocks 2017-05-24 09:59:06 -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
a8b7509668 Use code fixer 2017-05-15 23:27:47 -05:00
Aaron Piotrowski
e27b0dc0ca example → examples 2017-05-15 23:18:20 -05:00
Aaron Piotrowski
a276d17be7 Update for Amp ^2 2017-05-15 23:14:02 -05:00
Aaron Piotrowski
cdd8b8004f Use lib name in error message 2017-04-14 18:33:31 -05:00
Aaron Piotrowski
f42faf8f85 Update test suite name 2017-04-14 18:33:10 -05:00
Aaron Piotrowski
c11beb79a2 Update for Amp changes
Listener → StreamIterator
Promise\map() removed
2017-04-14 18:32:57 -05:00
Aaron Piotrowski
e8e3ea7f7b when() → onResolve() 2017-03-21 19:16:25 -05:00
Aaron Piotrowski
04a6463888 Update for async-interop merge and other Amp changes 2017-03-17 10:17:24 -05:00
Aaron Piotrowski
478835a486 Typos 2017-02-16 16:25:52 -06:00
Aaron Piotrowski
60a1e9af7c Alias destruct method 2017-02-16 16:23:50 -06:00
Aaron Piotrowski
909eb39f2b Drop countable interface from command result 2017-02-15 23:33:41 -06: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
0cb2da3956 Make fetch callback a coroutine 2017-02-06 21:32:17 -06:00
Aaron Piotrowski
1d6780d19b Update examples 2017-01-18 12:52:40 -06:00
Aaron Piotrowski
e3e3def9be Better variable names; fix incorrect method name 2017-01-18 12:29:48 -06:00
Aaron Piotrowski
fbd3b8b369 Remove 7.1 from allowed failures 2017-01-18 11:11:50 -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
9ccadb17bd next() → advance() 2016-12-30 00:10:43 -06:00
Aaron Piotrowski
1326673ede Update for removal of Amp loop wrapper functions 2016-12-29 23:21:48 -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
492d059a52 Namespace typo 2016-10-05 10:00:16 -05:00
Aaron Piotrowski
ca31429f79 Reuse one connection for listeners 2016-10-05 09:52:16 -05:00
Aaron Piotrowski
21f5d4427d Fix nofication listening; add notify() method to Executor 2016-09-21 00:18:24 -05:00
Aaron Piotrowski
87809b70d1 Test and formatting updates 2016-09-20 00:47:16 -05:00
Aaron Piotrowski
23129d66b5 Add listen support 2016-09-19 11:12:32 -05:00
Aaron Piotrowski
6d0a380464 Fix whitelist 2016-09-14 23:40:12 -05:00
Aaron Piotrowski
62a5fe7c93 Fix waiting for connection 2016-09-14 23:37:09 -05:00
Aaron Piotrowski
0363db1cb4 Fix travis build 2016-09-14 09:47:43 -05:00
Aaron Piotrowski
5d90dfd5eb Yield awaitable, not deferred 2016-09-14 09:40:58 -05:00
Aaron Piotrowski
d01657c7a8 Forgot raphf dependency 2016-09-14 09:39:10 -05:00
Aaron Piotrowski
caf829a48c Initial commit 2016-09-14 09:27:39 -05:00