bucardo / dbdpg

Perl Postgres driver DBD::Pg aka dbdpg
48 stars 35 forks source link

Documentation typo #41

Closed KES777 closed 5 years ago

KES777 commented 5 years ago
---$sth = $dbh->prepare(q{SELECT array[1:2] FROM mytable WHERE id = ?}.
+++$sth = $dbh->prepare(q{SELECT array[1:2] FROM mytable WHERE id = ?},
  {pg_placeholder_nocolons => 1});
$sth->execute(1);

Here should be comma