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

91 Commits

Author SHA1 Message Date
Michael Wallner
bf2e263195 zts and 5.6 fixes 2014-05-23 11:29:30 +02:00
Michael Wallner
9255d2d54b add cursor support 2014-04-04 15:50:42 +02:00
Michael Wallner
316c62ff10 fix test for 9.3+ 2014-04-04 15:49:45 +02:00
Anatol Belski
a4c00b0761 fix version macros name 2013-10-15 17:32:59 +02:00
Michael Wallner
3f5dbab5c1 r0.4.0 2013-05-15 08:12:33 +02:00
Michael Wallner
569c22fcb5 test Statement::bind() 2013-05-14 14:41:15 +02:00
Michael Wallner
a4dced008a fix Statement::descAsync; add Result::desc() 2013-05-14 14:30:53 +02:00
Michael Wallner
de42b70bed version 2013-05-14 13:56:36 +02:00
Michael Wallner
ec79f18c30 typo 2013-05-14 13:56:26 +02:00
Michael Wallner
0bce4e6693 moar tests 2013-05-14 13:50:22 +02:00
Michael Wallner
63e95273b8 always provide a property zval 2013-05-14 13:12:44 +02:00
Michael Wallner
88440266c0 type converters 2013-05-14 13:09:23 +02:00
Michael Wallner
ee121d2b99 add simple array param serialization 2013-05-12 10:14:12 +02:00
Michael Wallner
a869bf6f1b r0.3.0 2013-05-03 15:07:10 +02:00
Michael Wallner
f4decb22c9 test fix; build fix; meta data 2013-05-01 13:57:41 +02:00
Michael Wallner
e830226915 typo 2013-04-29 16:26:16 +02:00
Michael Wallner
cd5d3cdafd test 2013-04-29 14:24:05 +02:00
Michael Wallner
8f0022e027 type coercion for the array parser 2013-04-29 14:23:56 +02:00
Michael Wallner
9e37136f3b array parser 2013-04-29 11:25:18 +02:00
Michael Wallner
e5a91b5de3 typo: oid of bool is 16, not 18 2013-04-29 11:24:05 +02:00
Michael Wallner
a5adaca46a prepare 0.2.0 2013-04-25 10:14:41 +02:00
Michael Wallner
17e6dcce1f better datetime handling 2013-04-24 17:45:52 +02:00
Michael Wallner
fad4fe6a60 extended result type handling with catalog/pg_type.h 2013-04-24 12:24:54 +02:00
Michael Wallner
b762068714 use the same method signature in fetchCol() and bind() 2013-04-19 11:43:49 +02:00
Michael Wallner
377250ea43 fix fetchCol to return true/false and pass value int pass-by-ref param 2013-04-19 11:04:56 +02:00
Michael Wallner
6a0af039bb better type handling for bool/double params 2013-04-19 10:33:25 +02:00
Michael Wallner
5aa292d5bc no gc for now 2013-04-15 12:45:49 +02:00
Michael Wallner
4be7248e55 transform event handlers to zvals;
ignore gc for now, until sorted out
2013-04-15 10:53:44 +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
Michael Wallner
c566b350f1 fix zend_object_iterator.key with PHP-5.5 2013-03-21 17:31:20 +01:00
Michael Wallner
afc8bb8eb9 export/import LOB 2013-02-22 23:15:45 +01:00
Michael Wallner
b5e1793173 add TODO 2013-02-22 17:16:53 +01:00
Michael Wallner
85f1422073 tests 2013-02-22 17:16:12 +01:00
Michael Wallner
9746180a4d pq\LOB stream 2013-02-22 17:15:53 +01:00
Michael Wallner
0dfde4f273 typo 2013-02-22 12:21:50 +01:00
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