Multplication math in field selection breaks select #56
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#56
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?
The asterisk (*) is used in field grouping, but the output code is not specific enough about which asterisks to match. This is supposed to match a column selection such as:
And return all fields in the table with alias
t
as an object. However, if I was to select a column such as:The SQL generator will get confused and thinks this is a field group selection, which it is not. The use of
*
should be pretty strict so this code needs to be updated to only select asterisks which are preceeded by words and a dot, such astable.*
.mentioned in merge request !30
created merge request !30 to address this issue
closed via merge request !30
mentioned in commit
b6f35673bb