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: 72122
Status: new
Priority: 0/
Queue: Data-ObjectDriver

People
Owner: Nobody in particular
Requestors: wjgeorge7 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: (no value)



Subject: Error in doco
Looks like a cut and pasterpoblem with the documentation, note entry for "can_prepare_cached_statements" describes the wrong default. SHOULD say: By default, can_prepare_cached_statments returns true. ---------- Returns true if the database this driver represents supports LIMIT clauses on DELETE statements. By default, can_delete_with_limit returns false. $dbd->can_prepare_cached_statements() Returns true if the database this driver can cope with preparing a cached statement. By default, can_delete_with_limit returns true. $dbd->is_case_insensitive() Returns true if the database this driver represents normally compares string fields case insensitively. By default, is_case_insensitive returns false.