-
-
Notifications
You must be signed in to change notification settings - Fork 528
RFC: Dropping support for SQL Server in 3.0 [accepted] #15540
Copy link
Copy link
Closed
Labels
needs-docsThe issue requires adding or updating documentation after the pull request merged.The issue requires adding or updating documentation after the pull request merged.proposalProposal about improvement aka RFC. Need to be discussed before start implementation.Proposal about improvement aka RFC. Need to be discussed before start implementation.
Milestone
Metadata
Metadata
Assignees
Labels
needs-docsThe issue requires adding or updating documentation after the pull request merged.The issue requires adding or updating documentation after the pull request merged.proposalProposal about improvement aka RFC. Need to be discussed before start implementation.Proposal about improvement aka RFC. Need to be discussed before start implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Request for comment
Background
For as long as I can remember, Revolution has supported an
sqlsrvdriver which allows it to be installed natively on windows servers using a Microsoft SQL Server rather than MySQL.In that same time span, I've probably encountered like... 4 installations actually using MODX on
sqlsrv, the latest being this thread on the forum last week where a user was trying to figure out why extras wouldn't show up, which is because those extras do not support (or do not claim to support) thesqlsrvdriver.Proposal
Given...
... I'd like to invite feedback on dropping sqlsrv support entirely from MODX as of a future major release.
That future major release could very well be 3.0 if there's a clear consensus ahead of beta. That would still give enough time to cleanup the core, update the documentation, etc.
My opinion
Properly supporting sqlsrv would require a much more intensive effort from the entire community (integrators, contributors, and extras developers) to consistently test and making sure MODX and extras operate as they should on sqlsrv.
I do not believe that effort is worth it given the lack of users, so we might as well just stop pretending it's equally supported as mysql and drop sqlsrv support as of 3.0.