Skip to content

Commit

Permalink
Delegate pg-consume-input
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Mar 2, 2017
1 parent 4ac1a53 commit 45f2a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBDish/Pg/Connection.pm6
Expand Up @@ -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;
Expand Down

0 comments on commit 45f2a1b

Please sign in to comment.