1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
Commit Graph

191 Commits

Author SHA1 Message Date
Michael Wallner
d3fbce1b02 Fixed array parser compatibility with arrays of boxes 2015-05-22 12:31:21 +02:00
Michael Wallner
eb78fe8db7 that never landed in an official release 2015-05-21 15:18:16 +02:00
Michael Wallner
cffcf8e687 STATUS => ZEND_RESULT_CODE 2015-05-21 15:18:16 +02:00
Michael Wallner
f75655ac77 fix reflection arginfo 2015-05-06 12:28:11 +02:00
Michael Wallner
36150c001f missed the source header 2014-12-17 11:34:59 +01:00
Michael Wallner
d6d5a8efdf administrativa 2014-12-17 11:31:54 +01:00
Michael Wallner
503262d1da simplify 2014-12-17 08:39:12 +01:00
Michael Wallner
90fc98eef3 fix leak; fix test 2014-12-17 08:38:31 +01:00
Michael Wallner
a76b00c331 add missing tests 2014-12-17 07:51:19 +01:00
Chris Wright
e7ce3fd45d Improve Travis setup 2014-12-16 17:15:33 +00:00
Chris Wright
4822c94ec2 Test props with Connection::prepare() as well as Statement ctor 2014-12-15 16:52:42 +00:00
Chris Wright
db9b923fd2 Merge branch 'meta/travis'
* meta/travis:
  Add README.md for github
  Add travis config
  Ensure server will report notices when test expects them
  Build improvements
2014-12-15 12:38:54 +00:00
Chris Wright
3c7eea4bb4 Add README.md for github 2014-12-15 12:35:31 +00:00
Chris Wright
7f158e111e Add travis config 2014-12-15 12:35:31 +00:00
Chris Wright
e1b86433bd Ensure server will report notices when test expects them 2014-12-15 12:35:30 +00:00
Chris Wright
0e66a82238 Build improvements
- Allow direct path to headers directory to be specified
- Add apt-get install location to default search path
2014-12-15 12:30:42 +00:00
Chris Wright
17e598e884 Add missing TSRMLS 2014-12-14 02:51:08 +00:00
Chris Wright
788f533091 Merge branch 'feature/async-stmt-deallocate'
* feature/async-stmt-deallocate:
  Add $query and $types properties to Statement
  Add deallocate() and prepare() to Statement
2014-12-12 13:59:27 +00:00
Chris Wright
3b0f6e8d71 Add $query and $types properties to Statement 2014-12-12 01:47:01 +00:00
Chris Wright
7b61b6b19f Add deallocate() and prepare() to Statement
Also adds async variants
2014-12-10 16:50:22 +00:00
Michael Wallner
56e9738f80 Merge remote-tracking branch 'DaveRandom/fix/txn-async-open'
* DaveRandom/fix/txn-async-open:
  Mark transaction as open when started async
2014-12-03 11:07:31 +01:00
Michael Wallner
863e93c99c fix NULL deref with circular refs 2014-12-03 11:04:55 +01:00
Chris Wright
18f89e2c90 Mark transaction as open when started async 2014-11-27 16:18:47 +00:00
Michael Wallner
c223e1c70b add tests 2014-11-25 13:43:48 +01:00
Michael Wallner
b73911f65d fix crash on reverse dependency from conn to stm 2014-11-25 13:43:35 +01:00
Michael Wallner
05da505f80 now single row mode for prepare and declare 2014-11-25 09:18:12 +01:00
Michael Wallner
74657a40ed pq\DateTime::createFromFormat() 2014-11-25 09:18:01 +01:00
Michael Wallner
dfd18e6d82 fix crash with result iterator when the iterator exists longer than the
result. Reported by Chris Wright
2014-11-24 15:14:49 +01:00
Michael Wallner
f39373e80f back to dev 2014-10-23 13:08:50 +02:00
Michael Wallner
e81e9b91d0 v0.5.5 2014-10-23 13:06:17 +02:00
Michael Wallner
1113a9190f let JSON be decoded as array unless fetch_type is FETCH_OBJECT 2014-10-23 12:51:32 +02:00
Michael Wallner
967ea17858 fix isolation level 2014-10-23 12:49:34 +02:00
Michael Wallner
4e530d65c9 default configure option 2014-10-23 12:48:54 +02:00
Michael Wallner
3839d95b1b Revert "no need for the dafult option"
This reverts commit 6ff6d5c9b7.
2014-10-23 12:00:55 +02:00
Michael Wallner
b3091850bc back to dev 2014-10-23 12:00:05 +02:00
Michael Wallner
9314140c2e v0.5.4 2014-10-23 10:17:41 +02:00
Michael Wallner
a5470139f5 Fix MacOSX/clang 2014-10-23 10:16:16 +02:00
Michael Wallner
66164e1efa v0.5.3 2014-10-23 09:53:57 +02:00
Michael Wallner
4d6a0b9ca2 add 9.4beta3 OIDs 2014-10-23 09:49:32 +02:00
Michael Wallner
be24136365 fix missing bit 2014-10-23 09:45:43 +02:00
Michael Wallner
7d95419254 prefix internal API; ensure raphf is built first in-tree 2014-10-23 09:43:45 +02:00
Remi Collet
5a5758352b allow INT8 / TID on 32 bits 2014-10-18 15:15:42 +02:00
Michael Wallner
d4ed03032c back to dev 2014-10-17 11:43:27 +02:00
Michael Wallner
07b495a28a Revert "back to dev"
This reverts commit 775460467d.
2014-10-17 11:42:36 +02:00
Remi Collet
a9d3f4be3c fix check for PG constant 2014-10-17 11:04:30 +02:00
Michael Wallner
775460467d back to dev 2014-10-17 10:58:08 +02:00
Remi Collet
ab8bb315a8 get rid of remaining HAVE_JSON, use PHP_PQ_HAVE_PHP_JSON_H everywhere 2014-10-17 10:27:05 +02:00
Remi Collet
e34b30c4a4 Merge branch 'master' of git.php.net:/pecl/database/pq
* 'master' of git.php.net:/pecl/database/pq:
  prepare 0.5.2
2014-10-17 10:24:09 +02:00
Michael Wallner
45b6f1d9e8 prepare 0.5.2 2014-10-17 09:55:23 +02:00
Remi Collet
c130785b60 Merge branch 'master' of git.php.net:/pecl/database/pq
* 'master' of git.php.net:/pecl/database/pq:
  better checks for json support
  prepare 0.5.2
2014-10-17 09:16:49 +02:00