Here is a simple patch to allow nodeaccess to run on a SQL Server database. It adds the 'mssql' case to the db switch function. The update_1() function may not need the mssql update since this would be the first version with the mssql feature, so feel free to leave that part of this patch out if you wish.
| Comment | File | Size | Author |
|---|---|---|---|
| nodeaccess_mssql.patch | 1.35 KB | pcorbett |
Comments
Comment #1
mantyla commentedI really don't see the point of this, since Drupal core itself is not MSSQL compatible. Yes, there is some work going on to make it happen, but none of those patches are stable. I've heard about D7 possibly having MSSQL support, but since D6 already has a new schema API making the db switch function useless, this patch will simply never be needed.