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.
cristian100 → created an issue.
I'm updating the patch for Drupal ^11.0.5, according to documentation, in Drupal 11 file_validate_extensions is deprecated, I'm using the service file.validator instead:
https://www.drupal.org/node/3363700 →
Thanks to all for adding svg support.
This would be a great feature to add.
Updated patch for version D9.5.9.