Version: 17.0.0-alpha-5
Build #: 45073
Build Date: 2015-Aug-05 05:19:45 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=954,728,448; Total=551,026,688; Free=227,086,592; CPUs=8
Steps to reproduce:
Connect to SAPHANA
Scenario 1:
Create a Schema "Test" and create some tables in it.
Right click on Test Schema and Select Query Analyzer
"Auto Complete" set to "ON"
Now write SELECT * FROM "Test". and hit the space
Actual Result: Auto Complete Pop up does not display with list of tables of Test schema
Scenario 2:
Create a Schema "TEST" and create some tables in it.
Right click on Test Schema and Select Query Analyzer
"Auto Complete" set to "ON"
Now write SELECT * FROM "TEST". and hit the space
Actual Result: Auto Complete Pop up displayed with list of tables of "TEST" Schema.
Expected Result: Autocompletion should work for both cases i.e. Upper case and Lower case
Schema name was been uppercased when it is case sensitive. fixed..