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

[BUG] SQL no longer auto-uppercased #859

Closed
2 tasks done
JoernBerkefeld opened this issue Apr 14, 2023 · 0 comments · Fixed by #860
Closed
2 tasks done

[BUG] SQL no longer auto-uppercased #859

JoernBerkefeld opened this issue Apr 14, 2023 · 0 comments · Fixed by #860
Assignees
Labels
bug Something isn't working c/query COMPONENT
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented Apr 14, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The following is stays as is

Select
    S.SubscriberKey as ContactID
FROM
    ent._Subscribers S

Expected Behavior

Select
    S.SubscriberKey as ContactID
FROM
    ent._Subscribers S

becomes

SELECT
    S.SubscriberKey AS ContactID
FROM
    ent._Subscribers S

Version

4.3.4

Participation

  • I am willing to submit a pull request for this issue.
@JoernBerkefeld JoernBerkefeld added bug Something isn't working c/query COMPONENT labels Apr 14, 2023
@JoernBerkefeld JoernBerkefeld added this to the 5.0.0 milestone Apr 14, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Apr 14, 2023
@JoernBerkefeld JoernBerkefeld linked a pull request Apr 17, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/query COMPONENT
Projects
None yet
1 participant