Selected database doesn't change on right click event on table node of...
Web tool for database management
Brought to you by:
eugend
Originally created by: plucik
Originally owned by: plucik
Steps to reproduce:
1.Open postgresql connection with few databases.
2.Open table nodes on database 1.
3.Select database 2.
4.Right click on table from database 1 and select "Query table".
Observed result:
Database didn't change and query finished with error.
Expected result:
Database changed and query finished successfully.
Originally posted by: plucik
this should be fixed in future refactoring.
Initial part of this refactoring can be find - https://github.com/commandprompt/pgmanage/tree/selected-database-refactoring-wip.