Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-ObjectDriver CPAN distribution.

Report information
The Basics
Id: 38840
Status: resolved
Priority: 0/
Queue: Data-ObjectDriver

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: (no value)



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?
Fixed in 0.06