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

Added straight_join to $reservedNewline #134

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

MaximilianKresse
Copy link
Contributor

@MaximilianKresse MaximilianKresse commented Aug 5, 2024

Expected formatting:

SELECT
  *
FROM
  test 
  STRAIGHT_JOIN test2 ON test.id = test2.id

Current formatting:

SELECT
  *
FROM
  test STRAIGHT_JOIN test2 ON test.id = test2.id

@derrabus
Copy link
Member

derrabus commented Aug 5, 2024

Can we add a test for this change?

@MaximilianKresse MaximilianKresse changed the title Moved straight_join to $reservedNewline Added straight_join to $reservedNewline Aug 5, 2024
@greg0ire greg0ire merged commit 7f83911 into doctrine:1.4.x Aug 5, 2024
10 checks passed
@greg0ire
Copy link
Member

greg0ire commented Aug 5, 2024

Thanks @MaximilianKresse !

@greg0ire greg0ire added this to the 1.4.1 milestone Aug 5, 2024
@greg0ire greg0ire added the bug Something isn't working label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants