connections_support_transactions
Return whether or not all (or specified) connections support transactions.
def connections_support_transactions(
aliases: iterable = null
) - > boolean
Return whether or not all (or specified) connections support transactions.
Parameters
| Name | Type | Description |
|---|---|---|
| aliases | iterable = null | An optional collection of database connection aliases to check; if omitted, all active connections are evaluated. |
Returns
| Type | Description |
|---|---|
boolean | True if all evaluated database connections support transactions, False otherwise. |