Change record status: 
Project: 
Introduced in branch: 
9.2.x
Introduced in version: 
9.2.0
Description: 

Queries run on the database have a number of options that can be set. One of those options is "throw_exception". Which has the default value of true. When this option is set to true or not set a all, an exception will be thrown when a quey fails. This option has been deprecated. Therefore suppressing the throwing of an exception when a query fails is no longer possible in Drupal 10.0.

Impacts: 
Module developers