- Issue created by @cristian100
- 🇲🇽Mexico cristian100 Tepic Nayarit
I've just added a patch, that adds all the necessary code for it to work along Drupal 11, the main thing was that the driver Connection.php, was extending DatabaseConnection class from core, back then, the core class removed the functionality from the functions upsert() and schema(), so I needed to add again that functionality but I added that in sqlsrv Connection class, also replaced some calling of classes that were updated in drupal 11, like StatementWrapperIterator.
Added a pull request to my fork, the changes are there now.
- 🇨🇦Canada dylan donkersgoed London, Ontario
Uploading a patch file with cristian100's changes above for use with composer.