Open t3hn0 opened 1 year ago
This part of code is preventing SS5 to be run on MSSQL database.
Logical Query Processing in MSSQL is:
Since original SQL only returns prettier variable name it shouldn't do any harm.
Tested on SS5 with MSSQL and SS5 with MySQL.
Fixed in PR#812
Approved PR at https://github.com/tractorcow-farm/silverstripe-fluent/pull/812. Can merge once build is passed.
This part of code is preventing SS5 to be run on MSSQL database.
Logical Query Processing in MSSQL is:
Since original SQL only returns prettier variable name it shouldn't do any harm.
Tested on SS5 with MSSQL and SS5 with MySQL.
Fixed in PR#812