You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I define a repository method signature with a QuerySpecification parameter and I construct a QuerySpecification instance like below with a select statement over non-lowercase columns I expect the columns values to be set on the result entity object.
When I define a repository method signature with a QuerySpecification parameter and I construct a QuerySpecification instance with a select statement over non-lowercase columns Micronaut Data JDBC doesn't set the columns values on the result entity object.
Steps To Reproduce
Clone the example application
Run ./mvnw clean test to get the test querySpecificationTestLowercaseColumn pass and querySpecificationTestUppercaseColumn fail
Expected Behavior
When I define a repository method signature with a QuerySpecification parameter and I construct a QuerySpecification instance like below with a select statement over non-lowercase columns I expect the columns values to be set on the result entity object.
Actual Behaviour
When I define a repository method signature with a QuerySpecification parameter and I construct a QuerySpecification instance with a select statement over non-lowercase columns Micronaut Data JDBC doesn't set the columns values on the result entity object.
Steps To Reproduce
./mvnw clean test
to get the testquerySpecificationTestLowercaseColumn
pass andquerySpecificationTestUppercaseColumn
failEnvironment Information
Java 17
Example Application
https://github.com/bivapa/micronaut-query-specification-requires-lowercase-columns-bug-report
Version
4.7.1
The text was updated successfully, but these errors were encountered: