You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugA problem or regression with an existing featureduplicatehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
CROSS JOIN clause is removed from the query when trying to export query results to CSV, CSV for MS Excel or OpenDocument Spreadsheet (I haven't tested the other formats). Consequently query fails.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featureduplicatehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Describe the bug
CROSS JOIN clause is removed from the query when trying to export query results to CSV, CSV for MS Excel or OpenDocument Spreadsheet (I haven't tested the other formats). Consequently query fails.
To Reproduce
Export query results in CSV, CSV for MS Excel or OpenDocument Spreadsheet format.
Exported file (in any of the mentioned formats) contains HTML code for the error. Error mentions that the query is:
Expected behavior
Query should not be rewritten and query results should be normally exported.
Server configuration
Additional context
If CROSS JOIN is replaced with INNER JOIN, export works as expected.
The text was updated successfully, but these errors were encountered: