Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix addGlobalSearch method #511

Merged
merged 1 commit into from
Nov 27, 2022

Conversation

HobieCat
Copy link
Contributor

Fix to prevent addGlobalSearch method to prepend tablePrefix when column contains 'concat'. It was generating a syntax error in the query, i.e.:
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION DBNAME.TABLEPREFIXCONCAT_WS does not exist

Fix to prevent addGlobalSearch method to prepend tablePrefix when column contains '_concat_'.
It was generating a syntax error in the query, i.e.:
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION **DBNAME**.**TABLEPREFIX**CONCAT_WS does not exist
@thyseus thyseus merged commit 8dc46a7 into MedicOneSystems:master Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants