- Issue created by @dylan donkersgoed
- 🇨🇦Canada dylan donkersgoed London, Ontario
Attaching a patch file for the Drupal 11 version from https://www.drupal.org/project/sqlsrv/issues/3509478 🐛 Module doesn't work with Drupal 11 Active .
When running a migration using a Microsoft SQL Server database as the source I encountered this error:
LogicException: The database driver has no TransactionManager implementation in /app/web/core/lib/Drupal/Core/Database/Connection.php:1114
I expect it could occur in other situations as well, though database reads at least don't seem to encounter the error from what I can tell.
I am running the module on Drupal 11 using the patch from https://www.drupal.org/project/sqlsrv/issues/3509478 🐛 Module doesn't work with Drupal 11 Active , so it could be a D11 specific issue. Though it seems the MySQL transaction manager was added in D10.
For me the issue occurred after I:
Add a TransactionManager.
Active
4.4
Code
Attaching a patch file for the Drupal 11 version from https://www.drupal.org/project/sqlsrv/issues/3509478 🐛 Module doesn't work with Drupal 11 Active .