We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c17c72 commit aaf7fffCopy full SHA for aaf7fff
query-builder/revapi.json
@@ -2772,6 +2772,11 @@
2772
"code": "java.method.addedToInterface",
2773
"new": "method com.datastax.oss.driver.api.querybuilder.update.UpdateStart com.datastax.oss.driver.api.querybuilder.update.UpdateStart::usingTtl(int)",
2774
"justification": "JAVA-2210: Add ability to set TTL for modification queries"
2775
+ },
2776
+ {
2777
+ "code": "java.method.addedToInterface",
2778
+ "new": "method com.datastax.oss.driver.api.querybuilder.select.Select com.datastax.oss.driver.api.querybuilder.select.Select::orderBy(com.datastax.oss.driver.api.querybuilder.select.Ann)",
2779
+ "justification": "Extend driver vector support to arbitrary subtypes for JAVA-3143"
2780
}
2781
]
2782
0 commit comments