Merge branch 'v1.0.x'
[m6w6/ext-pq] / tests /
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael Wallnerfix issue #9 @github: execAsync - gets another result
2016-01-19  Michael WallnerMerge branch 'v1.0.x'
2015-12-04  Michael WallnerMerge branch 'master' into phpng
2015-08-19  Michael Wallnerfinish port
2015-07-30  Michael Wallnernow we're brave!
2015-07-27  Michael Wallnerfix test
2015-05-29  Michael Wallnerfix test if builtin json converter is not available
2015-05-29  Michael WallnerMerge branch 'feature/cursor-async' of https://github...
2015-05-22  Michael WallnerFixed array parser compatibility with arrays of boxes
2014-12-17  Michael Wallnerfix leak; fix test
2014-12-17  Michael Wallneradd missing tests
2014-12-15  Chris WrightTest props with Connection::prepare() as well as Statem...
2014-12-15  Chris WrightMerge branch 'meta/travis'
2014-12-15  Chris WrightEnsure server will report notices when test expects...
2014-12-12  Chris WrightMerge branch 'feature/async-stmt-deallocate'
2014-12-12  Chris WrightAdd $query and $types properties to Statement
2014-12-10  Chris WrightAdd deallocate() and prepare() to Statement
2014-11-25  Michael Wallneradd tests
2014-10-23  Michael Wallnerlet JSON be decoded as array unless fetch_type is FETCH...
2014-10-17  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-16  Michael Wallnersupport PostgreSQL down to 9.0; JSON is optional
2014-10-15  Michael Wallnerfixup
2014-10-06  Michael Wallnerpq\Cursor::__construct
2014-09-30  Michael Wallnerfix test
2014-09-30  Michael Wallnerfix test
2014-09-30  Michael Wallnerupdate from docs
2014-09-25  Michael Wallnerupdate from docs
2014-09-17  Michael Wallnermore internal conversions
2014-09-17  Michael Wallnerfix test
2014-09-17  Michael Wallnerreverse arguments of pq\Result::fetchCol()
2014-09-12  Michael Wallnerupdate tests
2014-09-12  Michael Wallneradd default propoerties to connection
2014-09-11  Michael Wallnerfix test
2014-07-14  Michael Wallnerunregister eventhandler
2014-07-14  Michael Wallnerunlisten support
2014-07-14  Michael Wallnerfix test for newer internal datetime format
2014-04-04  Michael Wallneradd cursor support
2014-04-04  Michael Wallnerfix test for 9.3+
2013-05-14  Michael Wallnertest Statement::bind()
2013-05-14  Michael Wallnerfix Statement::descAsync; add Result::desc()
2013-05-14  Michael Wallnermoar tests
2013-05-14  Michael Wallnertype converters
2013-05-01  Michael Wallnertest fix; build fix; meta data
2013-04-29  Michael Wallnertest
2013-04-24  Michael Wallnerextended result type handling with catalog/pg_type.h
2013-04-19  Michael Wallneruse the same method signature in fetchCol() and bind()
2013-04-19  Michael Wallnerfix fetchCol to return true/false and pass value int...
2013-02-22  Michael Wallnerexport/import LOB
2013-02-22  Michael Wallnertests
2013-02-22  Michael Wallnerfix test
2013-02-21  Michael Wallnerremove pq\Event
2013-02-14  Michael Wallnertests & fixes
2013-02-12  Michael Wallnerfix test
2013-02-12  Michael Wallnerhalf way through the exception refactoring
2013-02-06  Michael Wallnersimple persistent connection test
2013-02-06  Michael Wallnermerge danglind Statement->descAsync patch
2013-02-05  Michael Wallnerdrop test table twice; once with notice
2013-02-01  Michael Wallnerbound vars
2013-01-31  Michael Wallnerpq\Result::map(), XTN savepoints & snapshots
2013-01-30  Michael Wallnertrim errors; pq\COPY++
2013-01-29  Michael Wallnerpq\Types, pq\LOB
2013-01-26  Michael Wallnerpq\Event::NOTICE
2013-01-25  Michael Wallnercancel
2013-01-25  Michael Wallnertransactions
2013-01-22  Michael Wallnerprogress++
2013-01-22  Michael WallnerprepareAsync++, Statement::execAsync++
2013-01-22  Michael WallnerexecAsync++, execParamsAsync++
2013-01-21  Michael Wallnernotifications
2013-01-21  Michael Wallnerinverted blocking option to async
2013-01-21  Michael Wallnertests++
2013-01-21  Michael Wallnertests