Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Select.php
index 6d7caab24bcb20e10e317d62124bcac0eb0e16db..5eaa5157d86024c05b7f1228d07904b709a46a83 100644 (file)
@@ -8,6 +8,7 @@ use Drupal\Core\Database\Query\Select as QuerySelect;
  * SQLite implementation of \Drupal\Core\Database\Query\Select.
  */
 class Select extends QuerySelect {
+
   public function forUpdate($set = TRUE) {
     // SQLite does not support FOR UPDATE so nothing to do.
     return $this;