disable object mapping for queryRaw
Is it possible to disable object mapping for returns of queryRaw? I just need the SQL result string for a fringe use case. I can't use JSON.stringify(), because the result can contain types that can't be serialized with it.