Bug #6651 erronous text in SQL query area
Submitted: 15 Nov 2004 23:35 Modified: 16 Nov 2004 14:02
Reporter: Lynn Eriksen Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.1 OS:Windows (Win XP)
Assigned to: CPU Architecture:Any

[15 Nov 2004 23:35] Lynn Eriksen
Description:
When draging a table to the SQL Query Area I get erroneous text, but proper query execution.

For example: I drag table 'test' in DB test, I get this:

SELECT * FROM test t

When it should be:

SELECT * FROM test

However, the query does work as expected. Also, the text in the area appears to be improperly formatted.

How to repeat:
See above.

Suggested fix:
I'm not sure. It does not cause a crash.

Feel free to contanct me direct:

lynn@soundworks.com
[16 Nov 2004 14:02] MySQL Verification Team
Hi,

Thank you for the report, but this is not a bug. 't' is a table alias. MySQL Query Browser automatically adds table alias to the queries.