Skip to content

Commit

Permalink
Reset pg_bool_tf after testing it
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Sep 27, 2024
1 parent a59d964 commit 4504771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/12placeholders.t
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ $sth->bind_param(2,'TRUE',SQL_BOOLEAN);
$sth->execute(104,'','Boolean empty string attempt number four');
$dbh->{pg_bool_tf} = 1;
is_deeply ($sth->fetch, [104,'f'], $t);
$dbh->{pg_bool_tf} = 0;

## Test of placeholder escaping. Enabled by default, so let's jump right in
$t = q{Basic placeholder escaping works via backslash-question mark for \?};
Expand Down

0 comments on commit 4504771

Please sign in to comment.