Subject: | DBD::Pg driver: can_replace looks set wrong |
There are these two lines in the Pg driver:
# No postgresql doesn't allow MySQL's REPLACE INTO syntax
sub can_replace { 1 }
The comment is correct, which makes the code look like a typo. Shouldn't
"can_replace" be set to "0", to match the comment?