-
-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Labels
confirmedIssue verified by project memberIssue verified by project memberenhancementEnhances an existing featureEnhances an existing featurenettype-mysqlMySQL and/or MariaDB specific issueMySQL and/or MariaDB specific issue
Milestone
Description
Preconditions
- HeidiSQL version: 11.3.0.6295 and 12.0
- Database type and version: MariaDB 10.6.7.0
- OS: Win10
Describe the bug
When the SELECT fields contain functions and comments, the wrong column names are shown in the data grid
To Reproduce
Run:
SELECT
MD5(1), -- one
MD5(2), -- two
MD5(3) -- three
;
First column name will be MD5(1)
-- ok
Second column name will be -- one
-- wrong
Third column name will be -- two
-- wrong
If no functions like MD5() are used, the content of comments is not shown in the column names
Metadata
Metadata
Assignees
Labels
confirmedIssue verified by project memberIssue verified by project memberenhancementEnhances an existing featureEnhances an existing featurenettype-mysqlMySQL and/or MariaDB specific issueMySQL and/or MariaDB specific issue