Similar to #28 . For a successful query, the returned object is the actual data.frame object so the status message being returned is not a concern. So the issue is more about having a better message show up for the user in the console and for me a better message that will show up in my log files.
Something like Getting Form: '__formId__/formLabel__' would be much better than the cryptic Sending POST request to query/columns which doesn't tell me anything about what I'm trying to download from the database using the queryTable() function.
Similar to #28 . For a successful query, the returned object is the actual
data.frame
object so the status message being returned is not a concern. So the issue is more about having a better message show up for the user in the console and for me a better message that will show up in my log files.Something like
Getting Form: '__formId__/formLabel__'
would be much better than the crypticSending POST request to query/columns
which doesn't tell me anything about what I'm trying to download from the database using thequeryTable()
function.