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 Match multi-line JOIN statements #10960

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Sep 25, 2023

This bug was introduced in #10953
The error was caused by not accounting for JOIN clauses that span multiple lines - so the query builder thought the JOIN was actually a table name.

Because this was causing failure in multiple modules, I've created a full installer CI run:
https://github.com/creative-commoners/silverstripe-installer/actions/runs/6304821057

Issue

@emteknetnz emteknetnz merged commit 55e4268 into silverstripe:5 Sep 25, 2023
15 checks passed
@emteknetnz emteknetnz deleted the pulls/5/fix-join-regex branch September 25, 2023 21:30
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