During upgrade to 1.13.2 I got this error running drush updatedb (always for a LIMIT problem, see also #13):
Do you wish to run all pending updates? (y/n): y
The following module is missing from the file system: <em class="placeholder">eva</em>. For information about how to fix [warning]
this, see <a href="https://www.drupal.org/node/2487215">the documentation page</a>. bootstrap.inc:1163
The following module is missing from the file system: <em class="placeholder">diversicon</em>. For information about how to[warning]
fix this, see <a href="https://www.drupal.org/node/2487215">the documentation page</a>. bootstrap.inc:1163
SQLSTATE[42601]: Syntax error: 7 ERROR: LIMIT #,# syntax is not supported [error]
LINE 1: ...ref_target_id FROM field_data_field_dataset_ref)) LIMIT 0,10
^
HINT: Use separate LIMIT and OFFSET clauses.
During upgrade to 1.13.2 I got this error running
drush updatedb
(always for a LIMIT problem, see also #13):