1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 09:18:02 +01:00
Commit Graph

55 Commits

Author SHA1 Message Date
Michael Wallner
f00254ec86 fix test 2013-02-22 12:21:50 +01:00
Michael Wallner
06d8f2976e do not recreate the row zval on every call to current() 2013-02-21 17:42:06 +01:00
Michael Wallner
630017bcb9 remove pq\Event 2013-02-21 13:18:06 +01:00
Michael Wallner
daf2e8ab5e maintenance 2013-02-20 22:43:42 +01:00
Michael Wallner
2711291c5b add pq\Result::fetchAll() 2013-02-19 17:49:23 +01:00
Michael Wallner
3024b0b5a9 tests & fixes 2013-02-14 14:54:22 +01:00
Michael Wallner
3e70f1ceb6 fix test 2013-02-12 21:40:31 +01:00
Michael Wallner
884a0a5b72 done with exception refactoring; maybe look over some exc codes 2013-02-12 18:23:00 +01:00
Michael Wallner
1d3a582aec half way through the exception refactoring 2013-02-12 10:03:07 +01:00
Michael Wallner
86e7a4a14c cancel any active async query on persistent connection retirement 2013-02-08 23:09:31 +01:00
Michael Wallner
610b4a3a7a add namespace support to pq\Types 2013-02-08 20:53:12 +01:00
Michael Wallner
0f05986a1e adapt persistent handle API 2013-02-07 14:51:13 +01:00
Michael Wallner
352b77694b simple persistent connection test 2013-02-06 22:04:19 +01:00
Michael Wallner
3bb2c115b2 only rollback if transaction status indicates need of action 2013-02-06 22:03:55 +01:00
Michael Wallner
a09c92a19b pfui; merging old patches without test 2013-02-06 17:21:39 +01:00
Michael Wallner
6abdd023da merge danglind Statement->descAsync patch 2013-02-06 16:42:06 +01:00
Michael Wallner
168d1f6851 proper cleanup of persistent connections 2013-02-06 16:40:55 +01:00
Michael Wallner
fa1bffb852 describe statement async 2013-02-06 10:18:57 +01:00
Michael Wallner
d66c976b04 drop test table twice; once with notice 2013-02-05 22:00:06 +01:00
Michael Wallner
db92ec6995 maintenance 2013-02-05 21:59:37 +01:00
Michael Wallner
0fe5cdcdf5 async listen/notify 2013-02-05 21:59:10 +01:00
Michael Wallner
f45475be17 remove unused code 2013-02-02 14:37:37 +01:00
Michael Wallner
8c6b701bbd persistent connections 2013-02-02 14:35:13 +01:00
Michael Wallner
c7693a7707 bound vars 2013-02-01 16:44:14 +01:00
Michael Wallner
81211142f5 pq\Statement::bind() 2013-01-31 23:29:41 +01:00
Michael Wallner
dad016bcee build maintenance 2013-01-31 22:15:54 +01:00
Michael Wallner
b088cd2411 pq\Result::map(), XTN savepoints & snapshots 2013-01-31 17:56:13 +01:00
Michael Wallner
ac08c194e7 trim errors; pq\COPY++ 2013-01-30 17:21:38 +01:00
Michael Wallner
d4f2435f5b pq\Types, pq\LOB
- added pq\Types instead of Connection->types
- added pq\LOB
2013-01-29 21:02:25 +01:00
Michael Wallner
6bfbeb8ffc reset event; informational connection properties 2013-01-28 10:28:49 +01:00
Michael Wallner
d8021931c0 pq\Event::RESULT 2013-01-27 23:17:52 +01:00
Michael Wallner
0ab628820a refactor objects 2013-01-27 00:34:08 +01:00
Michael Wallner
7028ab969c pq\Event::NOTICE 2013-01-26 19:57:07 +01:00
Michael Wallner
86138e39ba cancel 2013-01-25 23:22:37 +01:00
Michael Wallner
01a3a98f9a transactions 2013-01-25 21:08:56 +01:00
Michael Wallner
53220e4b7f progress++ 2013-01-23 00:02:55 +01:00
Michael Wallner
8c92aa4bd8 prepareAsync++, Statement::execAsync++ 2013-01-22 18:11:32 +01:00
Michael Wallner
386aa8e34c fix arginfo params 2013-01-22 16:58:59 +01:00
Michael Wallner
30e86e66ac execAsync++, execParamsAsync++ 2013-01-22 16:28:11 +01:00
Michael Wallner
048bb6989b notifications++ 2013-01-21 23:55:26 +01:00
Michael Wallner
1022b014e0 fix missing return 2013-01-21 23:39:43 +01:00
Michael Wallner
7f802ff719 notifications 2013-01-21 23:31:42 +01:00
Michael Wallner
f96bf1b561 remove superfluous error text in pgres errors 2013-01-21 18:10:59 +01:00
Michael Wallner
a009113642 inverted blocking option to async 2013-01-21 17:58:33 +01:00
Michael Wallner
62733e47d1 only create a stream once out of the PQsocket 2013-01-21 17:44:55 +01:00
Michael Wallner
33f82236a1 tests++ 2013-01-21 17:44:37 +01:00
Michael Wallner
e7c7ee2497 Merge branch 'master' of ssh://bitbucket.org/mike_php_net/ext-pq 2013-01-21 12:38:48 +01:00
Michael Wallner
9f9c0c9592 license 2013-01-21 12:38:42 +01:00
Michael Wallner
d5cfc0a1e7 fix build with subdir 2013-01-21 12:38:29 +01:00
Michael Wallner
16d4c16521 gitignore 2013-01-21 12:37:52 +01:00