Some SQL queries are not supported in MSSQL #10504
Labels
Area: Databases
Issues & PRs related to all things regarding databases
Priority:Important
Issues & PRs that are important; broken functions, errors - there are workarounds
Severity: Moderate
Key function failed, but no or little impact
Type: Bug
Bugs within the core SuiteCRM codebase
Issue
Some SQL queries are not supported in MSSQL. Noticed below issues so far...
Possible Fix
As a work around fixed the issues by modifying function "query" in MssqlManager.php and SqlsrvManager.php to replace the keywords with keywords supported in MSSQL, and replace backticks(`) with empty string
Steps to Reproduce the Issue
Context
Upgrade SuiteCRM from 8.2.1 to 8.6.1
Version
8.6.1
What browser are you currently using?
Chrome
Browser Version
Version 127.0.6533.120 (Official Build) (64-bit)
Environment Information
PHP 8.2
Operating System and Version
Windows
The text was updated successfully, but these errors were encountered: