m6w6 / ext-pq

PostgreSQL client library (libpq) binding
BSD 2-Clause "Simplified" License
39 stars 7 forks source link

Test failure with libpq 9.2 #42

Closed remicollet closed 3 years ago

remicollet commented 3 years ago
========DIFF========
--
         }
       }
     }
035+ 
036+ Fatal error: Uncaught pq\Exception\DomainException: ERROR:  could not determine data type of parameter $1 in /builddir/build/BUILD/php81-php-pecl-pq-2.2.0/NTS/tests/async010.php:16
037+ Stack trace:
038+ #0 /builddir/build/BUILD/php81-php-pecl-pq-2.2.0/NTS/tests/async010.php(16): pq\Connection->execParams('select $1', Array)
039+ #1 {main}
040+   thrown in /builddir/build/BUILD/php81-php-pecl-pq-2.2.0/NTS/tests/async010.php on line 16
035- array(1) {
036-   ["execParams"]=>
037-   array(1) {
038-     [0]=>
039-     string(3) "123"
040-   }
041- }
042- DONE
========DONE========
FAIL asnyc query not cleaned before sync exec [tests/async010.phpt]