What kind of column name should I pass to the OrderBy annotation ? #8727
Unanswered
NoiseByNorthwest
asked this question in
Support Questions
Replies: 2 comments
-
What you call a physical name is a column name. What you call a mapping name is a field name. That means that the issue you are having must be about the generated SQL. Is there anything special about |
Beta Was this translation helpful? Give feedback.
0 replies
-
@greg0ire It was a bug on my side, in a component which generates a native query. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
N.B. : I use
UnderscoreNamingStrategy
as naming strategy.If I specify the mapping name like this:
Then the
doctrine:schema:validate
is OK but I got, when querying, this error:And If I specify the physical name like this:
Then I got no error on query side, but the
doctrine:schema:validate
returns this error:Beta Was this translation helpful? Give feedback.
All reactions