Drupal 8 required each database driver to manage encapsulating reserved words in queries in their own way. Drupal 9, instead, takes the stance of encapsulating everything. This encapsulation happens automatically for dynamic queries, but static queries need some attention.
↧