- Issue created by @andriic
- Status changed to RTBC
11 months ago 1:44pm 21 December 2023 - πͺπΈSpain guiu.rocafort.ferrer Barcelona
The patch worked for me in Drupal 10.3.1
There is an error using drush command with Drupal 10.
[Drupal\Core\Database\RowCountException]
rowCount() is supported for DELETE, INSERT, or UPDATE statements performed with structured query builders only, since they would not be portable across database engines otherwise. If the query builders are not sufficient, use a prepareStatement() with an $allow_row_count argument set to TRUE, execute() the Statement and get the number of matched rows via rowCount().
Use command
drush vde_drush:views-data-export
Patch proposed.
2.1
Code
The patch worked for me in Drupal 10.3.1