Closed mkyral closed 4 years ago
When I select a table from the autocomplete list it add already entered schema, so schema is duplicated.
Steps: 1) Write schema name with dot 2) Select a table from autocomplete list
Expected result: the SCHEMA will be shown only once (SCHEMA.TABLE) Current result: schema is duplicated (SCHEMA.SCHEMA.TABLE)
I'm using the latest Tora from git with several Oracle DB versions (10, 12...)
fixed by 0225cfeb62e09226cbaf446fe095f6357cf4b8fc
When I select a table from the autocomplete list it add already entered schema, so schema is duplicated.
Steps: 1) Write schema name with dot 2) Select a table from autocomplete list
Expected result: the SCHEMA will be shown only once (SCHEMA.TABLE) Current result: schema is duplicated (SCHEMA.SCHEMA.TABLE)
I'm using the latest Tora from git with several Oracle DB versions (10, 12...)