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

Oracle outerjoin (+) syntax disappears after formatting #64

Open
xerohour opened this issue Apr 18, 2014 · 1 comment
Open

Oracle outerjoin (+) syntax disappears after formatting #64

xerohour opened this issue Apr 18, 2014 · 1 comment

Comments

@xerohour
Copy link

Code example:

AND e.spouse_id_number = tgs.id_number(+)
AND tgs.id_number = sps.id_number(+)

turns into

AND e.spouse_id_number = tgs.id_number()
AND tgs.id_number = sps.id_number()

After being run through SqlFormatter

When I run SqlFormatter::format($sql) on sql code that contains these oracle outerjoins with plus signs (+) they get removed from the final output after SqlFormatter formats the SQL code. How would I go about preventing this? Thanks

@jdorn
Copy link
Owner

jdorn commented Apr 19, 2014

I'm not able to reproduce this. What version of PHP are you using?

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

2 participants