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 251d889 commit a07ec7eCopy full SHA for a07ec7e
_patches/WvcLib.scala
@@ -31,7 +31,7 @@ object WvcLib extends LogSupport:
31
* generated SQL as a CString
32
*/
33
@exported("wvlet_compile_query")
34
- def compile_query(queryJson: CString): CString =
+ def compile_query(argJson: CString): CString =
35
try
36
val json = fromCString(argJson)
37
val args = MessageCodec.of[Array[String]].fromJson(json)
0 commit comments