X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync010.phpt;h=ec0935707ed70a19a9ebc13e0fff3dce19299acc;hp=8ae089e9e381911095b557a78f0d14586182a874;hb=9098081bee1e267ff66378e415e7a17f40005900;hpb=1eca2fed7284ef28879cbb88cdd50f80c0ce825b diff --git a/tests/async010.phpt b/tests/async010.phpt index 8ae089e..ec09357 100644 --- a/tests/async010.phpt +++ b/tests/async010.phpt @@ -18,7 +18,7 @@ var_dump([ ]); var_dump([ - "execParams" => $c->execParams("select \$1", [123])->fetchRow() + "execParams" => $c->execParams("select \$1::int4", [123])->fetchRow() ]); ?> DONE