Dataset class for MySQL datasets accessed via DataObjects.
Included modules
Constants
APOS | = | Dataset::APOS | ||
APOS_RE | = | Dataset::APOS_RE | ||
DOUBLE_APOS | = | Dataset::DOUBLE_APOS |
Public Instance methods
provides_accurate_rows_matched?
()
The DataObjects MySQL driver uses the number of rows actually modified in the update, instead of the number of matched by the filter.
[show source]
# File lib/sequel/adapters/do/mysql.rb, line 43 def provides_accurate_rows_matched? false end