1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

16 Commits

Author SHA1 Message Date
Michael Wallner
ddb4297550
fix gh issue #30
lift restriction on non-composite types of pq\Types
2018-06-26 09:10:28 +02:00
Michael Wallner
c753ebfed3
Merge branch 'v1.0.x' 2016-05-03 15:02:54 +02:00
Michael Wallner
8d0dbf7286
Merge branch 'v1.0.x' 2016-05-03 14:56:28 +02:00
Michael Wallner
b2a9a9cf91
rename php_pq_clear_res -> php_pqres_clear 2016-05-03 14:55:44 +02:00
Michael Wallner
a06db6d217
fix issue #9 @github: execAsync - gets another result 2016-05-03 14:21:15 +02:00
Michael Wallner
e381164032 fix leak in DBG+ZTS 2015-08-19 18:54:52 +02:00
Michael Wallner
cb69b6218d finish port 2015-08-19 18:40:34 +02:00
Michael Wallner
cffcf8e687 STATUS => ZEND_RESULT_CODE 2015-05-21 15:18:16 +02:00
Michael Wallner
94be2af750 update from docs 2014-09-26 15:05:40 +02:00
Michael Wallner
359b3471d6 refactor auto conversion
add default connection property, for pq\Result->$autoConvert:
pq\Connection->$defaultAutoConvert

add autp conversion constants:
* pq\Result::CONV_BOOL
* pq\Result::CONV_INT
* pq\Result::CONV_FLOAT
* pq\Result::CONV_SCALAR (includes all previous)
* pq\Result::CONV_ARRAY
* pq\Result::CONV_DATETIME
* pq\Result::CONV_ALL (includes all, default)
2014-09-12 16:42:03 +02:00
Michael Wallner
a04c771813 fix possible invalid free and a leak 2014-09-11 16:41:18 +02:00
Michael Wallner
88440266c0 type converters 2013-05-14 13:09:23 +02:00
Michael Wallner
fad4fe6a60 extended result type handling with catalog/pg_type.h 2013-04-24 12:24:54 +02:00
Michael Wallner
5aa292d5bc no gc for now 2013-04-15 12:45:49 +02:00
Michael Wallner
6c83802195 implemented get_properties() object handler 2013-04-13 17:55:44 +02:00
Michael Wallner
9f5cecf26b split source 2013-03-22 15:35:01 +01:00