In Drupal 8.9, the database system added a feature whereby contrib drivers could override the core Condition class. The Entity system need to make use of this feature to allow users to run regular expression queries against entities on the Microsoft SQL Server Database.
To Do:
- Add Drupal\Core\Entity\Query\Sql\Query::getConnection()
- Replace calls to new SqlCondition() with $connection->condition()