Closed (fixed)
Project:
Drupal driver for SQL Server and SQL Azure
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 18:09 UTC
Updated:
7 Sep 2015 at 02:13 UTC
Jump to comment: Most recent
Comments
Comment #1
damien tournoud commentedThe mklink tool seems to be able to create symbolic links on Windows.
Comment #2
david_garcia commentedThe D8 version already has a full featured module (based on the D7 version) that provides some driver settings check in the sites report page, and provides a set of driver specific tests.
I am not so sure about the symlink strategy to keep in sync the driver and the module. Maybe it is simpler and more problem proof to hardcore a version control number in both the module and the driver, and if these numbers are differente output a warning in the site report page. This way, people will be aware that they need to update the driver when the module is automatically updated.
Comment #5
david_garcia commentedI think this is the best that can be done with little risk: show a warning in the status page if the driver in the module directory is different from the one effectively deployed in the website.
So updates still require end user intervention but at least they know that something is out of sync.