enum UnsupportedSqlBehavior: string

Defines how unsupported SQL statements should be handled.

Cases§

case Ignore = 'ignore'

Silently ignore unsupported statements (default). Use for production-like testing environments.

case Notice = 'notice'

Output a warning notice but continue execution. Use for debugging during development.

case Exception = 'exception'

Throw an exception. Use for strict testing and detecting unsupported SQL.

Test cases 30§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 4
Other tests reaching this symbol 26

Relations§

Constant reads 3
Type declarations 8