You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Apache Ignite's REST API. While the qryfldexe command successfully executes SQL SELECT statements, the qryexe command does not perform as expected.
The POST body is: cmd=qryexe&keepBinary=true&type=String&pageSize=10&cacheName=MyCacheTable&arg1=1&qry=id%3D%3F
It causes this error: Failed to find SQL table for type: String
Hello.
I'm using Apache Ignite's REST API. While the qryfldexe command successfully executes SQL SELECT statements, the qryexe command does not perform as expected.
The POST body is:
cmd=qryexe&keepBinary=true&type=String&pageSize=10&cacheName=MyCacheTable&arg1=1&qry=id%3D%3F
It causes this error:
Failed to find SQL table for type: String
The saved data is like this:
I can't find any information in the documentation about how to address this issue.
It's an error? How can I make a qryexe request in the table MyCacheTable?
Thank you.
The text was updated successfully, but these errors were encountered: