Skip to content

Commit

Permalink
PGRES_SINGLE_TUPLE added as valid Answer status
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Jan 29, 2019
1 parent dd60d18 commit 46d6f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dpq2/result.d
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ immutable class Answer : Result
{
case PGRES_COMMAND_OK:
case PGRES_TUPLES_OK:
case PGRES_SINGLE_TUPLE:
break;

default:
Expand Down

0 comments on commit 46d6f40

Please sign in to comment.