*BACKEND-WARNING-BEHAVIOR* — Controls behaviour on warnings from underlying RDBMS.
Variable
Meaningful values are :warn, :error, :ignore and NIL.
:warn
Action to perform on warning messages from backend. Default is to :warn. May also be set to :error to signal an error or :ignore or NIL to silently ignore the warning.
None.
None.
*backend-warning-behaviour* is a CLSQL extension.