Class | Sequel::DataObjects::MySQL::Dataset |
In: |
lib/sequel/adapters/do/mysql.rb
|
Parent: | DataObjects::Dataset |
Dataset class for MySQL datasets accessed via DataObjects.
APOS | = | Dataset::APOS |
APOS_RE | = | Dataset::APOS_RE |
DOUBLE_APOS | = | Dataset::DOUBLE_APOS |
The DataObjects MySQL driver uses the number of rows actually modified in the update, instead of the number of matched by the filter.
# File lib/sequel/adapters/do/mysql.rb, line 53 53: def provides_accurate_rows_matched? 54: false 55: end