Lovro Pandžić

Results 23 comments of Lovro Pandžić

I've debugged the test and Spring Data JDBC invokes setTimestamp method on PreparedStatement with java.sql.Timestamp and my understanding is that it's game over by that point. Querydsl SQL module on...

I agree and to clarify - I wanted to identify root of the issue before proceeding. I'm trying to solve this issue (https://github.com/infobip/infobip-spring-data-querydsl/issues/31) because I've run out of easy options...

After further investigation the "hack" I mentioned above doesn't work and mapping SQLQuery projection expression to a custom row mapper or something similar doesn't seem like something that would scale...

@victornoel, are you aware of https://github.com/FasterXML/jackson-modules-java8/tree/master/parameter-names?

It's not, sorry for digressing. I was looking for solution to this issue and saw that you were defining @JsonCreator and @JsonProperty which you can avoid with parameter names module.

Because, as far as I know, there is no layer that would translate querydsl model into prepared statement bindings.

Ok, so after some investigation and help from @mp911de I can confirm my initial suspicion. Querydsl generates sql which is escaped with marker `?` which is the JDBC way of...

> Therefore, in case, is it possible for you to allow us to use useliteral in an optional way? The library doesn't work without useLiteral, that is why it was...

Is there a version of springdoc-openapi-webmvc-core somewhere that supports this change?

> Unfortunately, it's not that simple. Internally, Boot's build is structured such our dependency management is enforced. This ensures that we know that we're compiling and testing against the versions...