codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

[IDE] Database - Queries work only after switching database #145

Open BorisNen opened 2 years ago

BorisNen commented 2 years ago

From xsk created by dpanayotov: SAP/xsk#642

Describe the bug Executing queries in the database perspective works only after switching between dynamic/custom dabatase with HANA datasource.

What version of the XSK are you using? 0.10.0-SNAPSHOT

To Reproduce Steps to reproduce the behavior:

  1. Run XSK connected to HANA Cloud
  2. Make sure you have a schema and a table (ie MYSCHEMA.MYTABLE)
  3. Open Database perspective and write SELECT * FROM MYSCHEMA.MYTABLE
  4. See error table not found
  5. Switch database from custom to dynamic and back to custom
  6. Execute query again and see that this time it's working file

Expected behavior Query works fine on a freshly opened database perspective. If I have to configure something before being able to execute queries this needs to be clearly indicated and the query panel needs to be disabled


Progress to be tracked in:

BorisNen commented 2 years ago

@dpanayotov please transfer this issue to: https://github.com/eclipse/dirigible/issues

BorisNen commented 2 years ago

Progress to be tracked in:

BorisNen commented 2 years ago

Related to: https://github.com/SAP/xsk/issues/687