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 7ab3bf4 commit 2eccca9Copy full SHA for 2eccca9
src/main/kotlin/com/github/mgramin/sqlboot/sql/select/wrappers/RestSelectQuery.kt
@@ -25,7 +25,7 @@ class RestSelectQuery(
25
val client: List<Map<String, Any>>? = WebClient
26
.create(endpoint)
27
.post()
28
- .uri("/exec?query=${origin.query()}".replace("{", "[").replace("}", "]"))
+ .uri("/exec")
29
.body(BodyInserters.fromObject(origin.query()))
30
.accept(MediaType.APPLICATION_JSON)
31
.retrieve()
0 commit comments