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

264 Commits

Author SHA1 Message Date
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
Michael Wallner
ce68b4a5ff PGresult success handling, add Result::fetchCol, add Statement::desc() 2013-01-21 12:14:10 +01:00
Michael Wallner
6807f7445f TODO 2013-01-21 12:13:21 +01:00
Michael Wallner
f7aeb22e11 tests 2013-01-21 12:13:04 +01:00
Michael Wallner
d6a052266a progress++ 2013-01-21 01:23:31 +01:00
Michael Wallner
60f1c75340 foreach (new pq\Connection(DSN)->exec(QUERY) as $k=>$v) works 2013-01-20 13:49:35 +01:00