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

ORMPurger: quote table names using reserved keywords #250

Closed
wants to merge 1 commit into from
Closed

ORMPurger: quote table names using reserved keywords #250

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 19, 2017

While DBAL supports auto quoting reserved keywords, ORMPurger doesn't actually make use of it.
This PR fixes this issue, test case included.

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems invalid to me, as per link above


/**
* @Entity
* @Table("SELECT")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephen-lewis
Copy link
Contributor

Looks to be fixed / implemented by #334 / #340 ?

@greg0ire greg0ire closed this Jan 15, 2020
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.

3 participants