- Issue created by @bogdog400
For complete reproduction steps, what was the version you upgraded from?
- πΊπΈUnited States bogdog400
I think 11.1.8. It might have been 11.1.7. I'm not entirely certain.
- π¬π§United Kingdom alexpott πͺπΊπ
We've definitely got test coverage of this update running on SQLite - see \Drupal\Tests\system\Functional\Update\RouteAliasUpdateTest - this test is running on SQLite. Also SMALLINT is only ever in Drupal's codebase in the mysql and postgres schema classes where we are converting from Drupal's data types to the dbs - the sqlite's equivalent is \Drupal\sqlite\Driver\Database\sqlite\Schema::getFieldTypeMap() and there is no mention of smallint. This report feels like Drupal is trying to use MySQL or PGSQL schema class with SQLite and that's definitely not going to work and I don't know how that could happen. I'd look in your settings.php and check that your database connection info is what you expect... I would also check what drush thinks the database type is using drush status.