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

Replace CONCAT correctly #2

Open
Farenheith opened this issue Jan 15, 2024 · 0 comments
Open

Replace CONCAT correctly #2

Farenheith opened this issue Jan 15, 2024 · 0 comments

Comments

@Farenheith
Copy link
Member

Concat is not being replaced by a regexp pattern after the SQL string is generated, but it can be done by using parsed TSqlFragment information.

To do that, though, we'll need to treat recursively:

  • The SELECT items
  • The JOIN Conditions
  • The WHERE items

So, it is quite hardwork to do that correctly, but is the best way to treat other functions as well

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

No branches or pull requests

1 participant