ariely78 / wabit

Automatically exported from code.google.com/p/wabit
GNU General Public License v3.0
0 stars 0 forks source link

Exception when running query removes group by and having fields #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a query.
2. Enable grouping.
3. Change the query so it fails (add an invalid grouping clause, sum a
varchar field, etc).

When an exception occurs the result tables are removed and the log is
shown. Removing the result tables removes the group by and having fields
that were added to the table. This is annoying if changing the grouping of
a column or adding an invalid having clause caused the exception as the
only way to remove the exception is removing all grouping which will lose
work the user did.

Original issue reported on code.google.com by ThomasOB...@gmail.com on 4 Mar 2009 at 4:26

GoogleCodeExporter commented 8 years ago

Original comment by ThomasOB...@gmail.com on 31 Mar 2009 at 8:50