From 45f2a1b0004968e95f16d08c2c82dd26f7ddd044 Mon Sep 17 00:00:00 2001 From: Jonathan Stowe Date: Thu, 2 Mar 2017 11:59:28 +0000 Subject: [PATCH] Delegate pg-consume-input --- lib/DBDish/Pg/Connection.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBDish/Pg/Connection.pm6 b/lib/DBDish/Pg/Connection.pm6 index 3b309ce5..89dad9d3 100644 --- a/lib/DBDish/Pg/Connection.pm6 +++ b/lib/DBDish/Pg/Connection.pm6 @@ -8,7 +8,7 @@ need DBDish::TestMock; use DBIish::Common; has PGconn $!pg_conn is required handles < - pg-notifies pg-socket pg-parameter-status + pg-notifies pg-consume-input pg-socket pg-parameter-status pg-db pg-user pg-pass pg-host pg-port pg-options quote>; has $.AutoCommit is rw = True;