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.