X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync005.phpt;h=b2774a5b413adb8d948a9e117f483dce53f52c2b;hp=0382ade3db069402ba4eb93da16f63add4898c71;hb=d4f2435f5b1d4ca6b0a845772fc00efac703a05c;hpb=8c92aa4bd855482cc76117129e16b42c7ecc57f0 diff --git a/tests/async005.phpt b/tests/async005.phpt index 0382ade..b2774a5 100644 --- a/tests/async005.phpt +++ b/tests/async005.phpt @@ -21,7 +21,8 @@ function complete($s) { } $c = new pq\Connection(PQ_DSN); -$s = $c->prepareAsync("test", "SELECT \$1,\$2::int4", array($c->types->byName->int4->oid)); +$t = new pq\Types($c); +$s = $c->prepareAsync("test", "SELECT \$1,\$2::int4", array($t["int4"]->oid)); complete($s); @@ -49,4 +50,4 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -DONE \ No newline at end of file +DONE