igniterealtime / openfire-monitoring-plugin

Adds support for chat archiving and server statistics to Openfire
Apache License 2.0
18 stars 27 forks source link

fixes #363: For SQL Server, move entire WHERE clause together #364

Open Fishbowler opened 1 year ago

Fishbowler commented 1 year ago

Previously, it was possible, when querying an empty archive, to have a SQL statement that had the "WHERE RowNum" part of the clause, but not the "BETWEEN a AND b" part.

Fixes #363 - see issue for more details