× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
pranitakudale(*) reported 2015-07-10T14:01:16Z  · tomconrad last modified 2018-03-06T20:44:51Z

Apache Derby 10.11 : Autocompletion is not working properly,for schema having same name in upper and lower case


PM
Dev
John LH
JohnLH
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component DB - Apache Derby
Version Future
Product: Aqua Data Studio
Version: 17.0.0-dev-74
Build #: 44661
Build Date: 2015-Jul-09 05:29:58 PM
 
Operating Environment: Linux (3.13.0-57-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=704,643,072;  Total=429,391,872;  Free=106,939,112;  CPUs=8
 
Database - Apache Derby 10.11
 
 Apache Derby 10.11 : Autocompletion is not working properly,for schema having same name in upper and lower case. 
 
Steps to Reproduce :
1. Connect to Apache Derby database.
2. Create following two schemas :
 
CREATE SCHEMA "project"
GO
 
CREATE SCHEMA "PROJECT"
GO
 
3. Create following two tables in created schemas :
 
CREATE TABLE "project"."abc"  ( 
"c1" VARCHAR(25) 
)
GO
 
CREATE TABLE "PROJECT"."xyz"  ( 
"col" VARCHAR(25) 
)
GO
 
4. Now right click on "project" schema and select "Query analyzer" option.
 
5. In query analyzer, click on "Auto Complete" option.
Now write "select * from" and Hit space after "from" keyword.
 
-> Here it is observed that "xyz" table displayed in pop-up under "project" schema when we hit space after "from" keyword.
It should display "abc" table name under "project" schema.
2 attachments

Issue #13469

New
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017