Bug #69621 Autocompletion is lowercase.
Submitted: 29 Jun 2013 16:16 Modified: 20 Jul 2013 2:08
Reporter: Franck Dernoncourt Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.47 OS:Windows
Assigned to: CPU Architecture:Any
Tags: autocompletion, case

[29 Jun 2013 16:16] Franck Dernoncourt
Description:
The autocompletion uses lowercase instead of uppercase, which is inconsistent with the SQL generated e.g. when altering a table, as well as with the ANSI standard http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
Demo: http://youtu.be/oRcjJcaej-M

How to repeat:
In the SQL Editor, type "AL" then hit Ctrl+Space to trigger the auto completion.
Demo: http://youtu.be/oRcjJcaej-M

Suggested fix:
Use uppercase.
[30 Jun 2013 8:07] MySQL Verification Team
Thank you for the bug report.
[20 Jul 2013 2:08] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.4 release, and here's the changelog entry:

A new preference was added to toggle casing for the generated keywords in the auto completion list. "Edit", "Preferences", "SQL Editor TAB", "Use uppercase
keyboards on completion".

Thank you for the bug report.