zhoujia1974

Results 3 issues of zhoujia1974

**Describe the bug** When using CosmosTemplate.runPaginationQuery method to get a page of documents, if the query string provided using collection join and distinct, the count returned is wrong. ` public...

question
bug
Cosmos
Client
customer-reported
needs-team-attention
azure-spring
azure-spring-cosmos

**Query/Question** I want to define a custom query using @Query annotation that I know will return either one document or none. I tried to define the Repository interface like below....

question
Client
customer-reported
azure-spring
azure-spring-cosmos

JDBI 2.78 has a bug with @Bind for enum type argument. In BuiltInArgumentFactory class. It tests if a class type can be resolved by BuiltInArgumentFactory by doing the following. ```...

bug
legacy