Bug #26341 | Incorrect column information using SELECT button | ||
---|---|---|---|
Submitted: | 13 Feb 2007 20:04 | Modified: | 22 Feb 2007 12:05 |
Reporter: | Harry Sklar | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.9rc | OS: | Windows (Windows XP) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[13 Feb 2007 20:04]
Harry Sklar
[14 Feb 2007 9:41]
Valeriy Kravchuk
Thank you for a bug report. Verified just as decribed on Windows XP SP2.
[18 Feb 2007 20:45]
Nicholas Callias
i also came across this problem and found that if one manually deletes the inverted comma, it adds the next field correctly. e.g.: clicking the first column produces this: SELECT t.`pk_intClient` FROM tblClient t; trying to execute this statement gives the error 1064: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' pk_intClient `pk_intClient` FROM tblClient t' at line 1] remove the quotes: SELECT t.pk_intClient FROM tblClient t; this executes fine and when clicking on the next field to add to the statement, it adds it correctly: SELECT t.pk_intClient, t.`vchClient` FROM tblClient t; this also executes fine. however if one wants to add more fields the quotes need to again be manually removed each time.
[22 Feb 2007 12:05]
Mike Lischke
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. Duplicate of bug #25943