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

Commit Graph

  • 63e95273b8 always provide a property zval Michael Wallner 2013-05-14 13:12:44 +0200
  • 88440266c0 type converters Michael Wallner 2013-05-14 13:09:23 +0200
  • ee121d2b99 add simple array param serialization Michael Wallner 2013-05-12 10:14:12 +0200
  • a869bf6f1b r0.3.0 v0.3.0 Michael Wallner 2013-05-03 15:07:10 +0200
  • f4decb22c9 test fix; build fix; meta data Michael Wallner 2013-05-01 13:57:41 +0200
  • e830226915 typo Michael Wallner 2013-04-29 16:26:16 +0200
  • cd5d3cdafd test Michael Wallner 2013-04-29 14:24:05 +0200
  • 8f0022e027 type coercion for the array parser Michael Wallner 2013-04-29 14:23:56 +0200
  • 9e37136f3b array parser Michael Wallner 2013-04-29 11:25:11 +0200
  • e5a91b5de3 typo: oid of bool is 16, not 18 Michael Wallner 2013-04-29 11:24:05 +0200
  • a5adaca46a prepare 0.2.0 v0.2.0 Michael Wallner 2013-04-25 10:14:41 +0200
  • 17e6dcce1f better datetime handling Michael Wallner 2013-04-24 17:45:52 +0200
  • fad4fe6a60 extended result type handling with catalog/pg_type.h Michael Wallner 2013-04-24 12:24:54 +0200
  • b762068714 use the same method signature in fetchCol() and bind() Michael Wallner 2013-04-19 11:43:49 +0200
  • 377250ea43 fix fetchCol to return true/false and pass value int pass-by-ref param Michael Wallner 2013-04-19 11:04:56 +0200
  • 6a0af039bb better type handling for bool/double params Michael Wallner 2013-04-19 10:33:25 +0200
  • 5aa292d5bc no gc for now Michael Wallner 2013-04-15 12:45:49 +0200
  • 4be7248e55 transform event handlers to zvals; ignore gc for now, until sorted out Michael Wallner 2013-04-15 10:53:44 +0200
  • 6c83802195 implemented get_properties() object handler Michael Wallner 2013-04-13 17:55:44 +0200
  • 9f5cecf26b split source v0.1.0 Michael Wallner 2013-03-22 15:06:38 +0100
  • c566b350f1 fix zend_object_iterator.key with PHP-5.5 Michael Wallner 2013-03-21 17:31:20 +0100
  • afc8bb8eb9 export/import LOB Michael Wallner 2013-02-22 23:15:45 +0100
  • b5e1793173 add TODO Michael Wallner 2013-02-22 17:16:53 +0100
  • 85f1422073 tests Michael Wallner 2013-02-22 17:16:12 +0100
  • 9746180a4d pq\LOB stream Michael Wallner 2013-02-22 17:15:53 +0100
  • 0dfde4f273 typo Michael Wallner 2013-02-22 12:20:47 +0100
  • f00254ec86 fix test Michael Wallner 2013-02-22 12:14:00 +0100
  • 06d8f2976e do not recreate the row zval on every call to current() Michael Wallner 2013-02-21 17:42:06 +0100
  • 630017bcb9 remove pq\Event Michael Wallner 2013-02-21 13:18:06 +0100
  • daf2e8ab5e maintenance Michael Wallner 2013-02-20 22:43:42 +0100
  • 2711291c5b add pq\Result::fetchAll() Michael Wallner 2013-02-19 17:49:23 +0100
  • 3024b0b5a9 tests & fixes Michael Wallner 2013-02-14 14:54:22 +0100
  • 3e70f1ceb6 fix test Michael Wallner 2013-02-12 21:40:31 +0100
  • 884a0a5b72 done with exception refactoring; maybe look over some exc codes Michael Wallner 2013-02-12 18:23:00 +0100
  • 1d3a582aec half way through the exception refactoring Michael Wallner 2013-02-12 10:03:07 +0100
  • 86e7a4a14c cancel any active async query on persistent connection retirement Michael Wallner 2013-02-08 23:09:31 +0100
  • 610b4a3a7a add namespace support to pq\Types Michael Wallner 2013-02-08 20:53:12 +0100
  • 0f05986a1e adapt persistent handle API Michael Wallner 2013-02-07 14:51:13 +0100
  • 352b77694b simple persistent connection test Michael Wallner 2013-02-06 22:04:19 +0100
  • 3bb2c115b2 only rollback if transaction status indicates need of action Michael Wallner 2013-02-06 22:03:55 +0100
  • a09c92a19b pfui; merging old patches without test Michael Wallner 2013-02-06 17:21:39 +0100
  • 6abdd023da merge danglind Statement->descAsync patch Michael Wallner 2013-02-06 16:42:06 +0100
  • 168d1f6851 proper cleanup of persistent connections Michael Wallner 2013-02-06 16:40:55 +0100
  • fa1bffb852 describe statement async Michael Wallner 2013-02-06 10:13:41 +0100
  • d66c976b04 drop test table twice; once with notice Michael Wallner 2013-02-05 22:00:06 +0100
  • db92ec6995 maintenance Michael Wallner 2013-02-05 21:59:37 +0100
  • 0fe5cdcdf5 async listen/notify Michael Wallner 2013-02-05 21:59:10 +0100
  • f45475be17 remove unused code Michael Wallner 2013-02-02 14:37:37 +0100
  • 8c6b701bbd persistent connections Michael Wallner 2013-02-02 14:35:13 +0100
  • c7693a7707 bound vars Michael Wallner 2013-02-01 16:44:14 +0100
  • 81211142f5 pq\Statement::bind() Michael Wallner 2013-01-31 23:29:41 +0100
  • dad016bcee build maintenance Michael Wallner 2013-01-31 22:15:54 +0100
  • b088cd2411 pq\Result::map(), XTN savepoints & snapshots Michael Wallner 2013-01-31 17:56:13 +0100
  • ac08c194e7 trim errors; pq\COPY++ Michael Wallner 2013-01-30 17:21:38 +0100
  • d4f2435f5b pq\Types, pq\LOB Michael Wallner 2013-01-29 21:02:25 +0100
  • 6bfbeb8ffc reset event; informational connection properties Michael Wallner 2013-01-28 10:28:49 +0100
  • d8021931c0 pq\Event::RESULT Michael Wallner 2013-01-27 23:17:52 +0100
  • 0ab628820a refactor objects Michael Wallner 2013-01-27 00:34:08 +0100
  • 7028ab969c pq\Event::NOTICE Michael Wallner 2013-01-26 19:57:07 +0100
  • 86138e39ba cancel Michael Wallner 2013-01-25 23:22:37 +0100
  • 01a3a98f9a transactions Michael Wallner 2013-01-25 21:08:56 +0100
  • 53220e4b7f progress++ Michael Wallner 2013-01-23 00:02:55 +0100
  • 8c92aa4bd8 prepareAsync++, Statement::execAsync++ Michael Wallner 2013-01-22 18:11:32 +0100
  • 386aa8e34c fix arginfo params Michael Wallner 2013-01-22 16:58:59 +0100
  • 30e86e66ac execAsync++, execParamsAsync++ Michael Wallner 2013-01-22 16:28:11 +0100
  • 048bb6989b notifications++ Michael Wallner 2013-01-21 23:55:26 +0100
  • 1022b014e0 fix missing return Michael Wallner 2013-01-21 23:39:43 +0100
  • 7f802ff719 notifications Michael Wallner 2013-01-21 23:31:42 +0100
  • f96bf1b561 remove superfluous error text in pgres errors Michael Wallner 2013-01-21 18:10:59 +0100
  • a009113642 inverted blocking option to async Michael Wallner 2013-01-21 17:58:33 +0100
  • 62733e47d1 only create a stream once out of the PQsocket Michael Wallner 2013-01-21 17:44:55 +0100
  • 33f82236a1 tests++ Michael Wallner 2013-01-21 17:44:37 +0100
  • e7c7ee2497 Merge branch 'master' of ssh://bitbucket.org/mike_php_net/ext-pq Michael Wallner 2013-01-21 12:38:48 +0100
  • 9f9c0c9592 license Michael Wallner 2013-01-21 12:38:42 +0100
  • d5cfc0a1e7 fix build with subdir Michael Wallner 2013-01-21 12:38:29 +0100
  • 16d4c16521 gitignore Michael Wallner 2013-01-21 12:37:52 +0100
  • ce68b4a5ff PGresult success handling, add Result::fetchCol, add Statement::desc() Michael Wallner 2013-01-21 12:14:10 +0100
  • 6807f7445f TODO Michael Wallner 2013-01-21 12:13:21 +0100
  • f7aeb22e11 tests Michael Wallner 2013-01-21 12:13:04 +0100
  • d6a052266a progress++ Michael Wallner 2013-01-21 01:23:31 +0100
  • 60f1c75340 foreach (new pq\Connection(DSN)->exec(QUERY) as $k=>$v) works Michael Wallner 2013-01-20 13:49:35 +0100