When I added GET support to QueryFn I failed to process the URL parameters as the query body. Noticed this on a SELECT statement that was doing a full text search. If I execute the query using a curl POST and JSON data it works. It fails if the data is urlencoded or passed as parameters on the command line.