Grouping is messed up when calling un-grouped query using same tables as previous query #43
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This only happens when calling a grouped query, then after that calling an ungrouped query that uses tables that were in the grouped query. The result being the ungrouped query results are returned grouped because the group data is not flushed out.
Grouped query results is a new feature so this isn't affecting much yet.
created merge request !17 to address this issue
mentioned in merge request !17
closed via merge request !17
mentioned in commit
bbb884fdae