[go: up one dir, main page]

Cannot change the database of a session

Goal

Fix the bug that does not allow to actually switch databases if a session was created from another channel.

TODO / How to implement

How to reproduce

  • Create session in a channel 1
  • Switch to a channel 2
  • Execute query, it will be executed against database from the channel 1

Example: Screenshot_2020-09-22_at_14.38.47

Acceptance criteria

Edited by Anatoly Stansler