Details
Description
Join columns can't be quoted like columns using name="`quoted`". Using annotation driver.
Not sure where this would occur. AnnotationDriver? ORM? DBAL?
Join columns can't be quoted like columns using name="`quoted`". Using annotation driver.
Not sure where this would occur. AnnotationDriver? ORM? DBAL?
Actually this should work already. Can you give an example that doesnt work?
Of course, this quoting is really only a workaround. Its best to avoid it altogether by avoiding reserved words.