Skip to content

Remove escape when not with string#353

Merged
HLeithner merged 1 commit intojoomla-framework:3.x-devfrom
kamil-tekiela:escape-and-quoteName
Oct 19, 2025
Merged

Remove escape when not with string#353
HLeithner merged 1 commit intojoomla-framework:3.x-devfrom
kamil-tekiela:escape-and-quoteName

Conversation

@kamil-tekiela
Copy link
Contributor

Methods quoteName and escape cannot be used together as they serve different purposes. escape is for formatting strings in SQL, whereas quoteName is for formatting identifiers. Using both of them at the same time will lead to incorrect results.

@HLeithner HLeithner merged commit 2a9ecd6 into joomla-framework:3.x-dev Oct 19, 2025
@HLeithner
Copy link
Contributor

thanks

@kamil-tekiela kamil-tekiela deleted the escape-and-quoteName branch October 19, 2025 12:00
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.

2 participants