autocomplete upper/lower case
799879Jul 14 2011 — edited Jul 18 2011I am currently running 3.0.04(Build MAIN-04.34) on Windows XP. For a while I had the auto complete working exactly as I wanted it, and now it is always showing upper case.
What I want to happen
I type "SELECT * FROM myschema.ta" and then hit ctrl+space I want it to auto complete to "SELECT * FROM myschema.table" instead it is currently auto completing to "SELECT * FROM MYSCHEMA.TABLE"(about 90% of the time) or occasionally "SELECT * FROM MYSCHEMA.table"(about 10% of the time). I've tried messing with the various settings but I can't seem to find the right combination. Also, the fact that the behavior changes baffles me. I am assuming I am altering the preferences somehow without realizing.