-
Notifications
You must be signed in to change notification settings - Fork 378
Fix Sort.by for embeddables #1403
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
Conversation
|
You posted this as a draft. Please give us a quick outline what is missing from you perspective. |
|
Hi Jens! You see, now in the code I am making an assumption, that if there is a dot in the name of the property, then it is the embedded property that we should look at. As far as I know some databases allow creation of columns with dots inside the name (At least it could be possible for delimited SQL identifiers). In my PR this case is not though through, so I am just trying to make it work as well. This is almost done, I guess I will finish it today |
b8163ca to
8c53ddf
Compare
8cdf080 to
2468208
Compare
|
After the PR #1415 get merged, I have moved this PR from Draft status and it is ready for review now. |
...org.springframework.data.jdbc.repository/JdbcRepositoryEmbeddedIntegrationTests-postgres.sql
Outdated
Show resolved
Hide resolved
spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing/TestDatabaseFeatures.java
Outdated
Show resolved
Hide resolved
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/SqlGenerator.java
Show resolved
Hide resolved
1338abe to
23e6eb0
Compare
|
Thanks, this has been polished and merged. |
Fixes GH-1286