- 🇳🇿New Zealand quietone
This was fixed in #2278971: Deprecate Connection::supportsTransactions() → . Therefor, closing as outdated.
transactionalDDLSupport is defaulted to false in core/lib/Drupal/Core/Database/Connection.php since most drivers do not support it. However, SQLite supports DDL statements within transactions. Following the pattern in PostgreSQL driver, transactionalDDLSupport is set TRUE for sqlite driver only if supportsTransactions is TRUE.
Closed: outdated
11.0 🔥
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was fixed in #2278971: Deprecate Connection::supportsTransactions() → . Therefor, closing as outdated.