Dan Caseley

Results 108 comments of Dan Caseley

Although.... Using https://sqltest.net/ running a query like this: ``` SELECT * FROM sql_server_test_a where id ``` gives exactly the same error as above. This claims to be running (emulating?) SQL...

Looking at the query, that `ofConversation` near the end of the query is rather suspicious. Would that redeclare what ofConversation is in the current query context?

I absolutely see what you mean. If `xmppResultSet` is null, then there's `WHERE RowNum` without the end of the clause.

I've been able to reproduce this in my local SQLServer environment by making queries to empty archives (e.g. with a newly created user)

There - got a fix PR open that works on my setup. Thanks for your help with this. I opted to move the entire WHERE bit together, I felt like...

I've looked into the 4th one, as the simplest one to tackle. I'm fairly certain this isn't coming from Openfire or Monitoring, but from a client/user trying to connect to...

Do you only see this error on the junior cluster node, or on both?

Definitely feels like the same issue.

@fenuz / @guusdk - Should this be closed?

For compatibility purposes, we could implement a legacy proxy to the new web server on the old URL and port?