Module doesn't work with Drupal 11

Created on 27 February 2025, 16 days ago

Problem/Motivation

This is a great module, we use it to consume an exported backup from MSSQL and then convert the data into Drupal as nodes.

Our client has been using it for a long time, and now that we are migrating to Drupal 11, we need this working.

🐛 Bug report
Status

Active

Version

4.4

Component

Code

Created by

🇲🇽Mexico cristian100 Tepic Nayarit

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • 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.

  • 🇲🇽Mexico cristian100 Tepic Nayarit
  • 🇨🇦Canada dylan donkersgoed London, Ontario

    Uploading a patch file with cristian100's changes above for use with composer.

Production build 0.71.5 2024