Database selection popup is not displayed Follow
After updating to build DB-143.898.1 opening an sql file and running query does not show popup for DB connection selection option.
It says "no runner found" when selecting a query and clicking Run. It worked fine before the update.
Please sign in to leave a comment.
There should be option to select a datasource in the status bar:

Please attach screenshot, showing your project ans sql file, which shows the problem.Thanks.
Attached screen shot, created database connection opened a sql file and tried to run, previously it used show popup to select DB connection, after latest update it gives message "No runner found".

Thanks. What is the database vendor / version you sue? Please attach output of Test Conection for the Datasource. Thanks.
Please make sure that SQL Dialect is specified for the file. Does it help?
I am using generic JDBC connection for Hive. Since there is no sql dialect avilable for Hive I am using genric dialect.

Looks like dialect and jdbc driver should match after latest update, if I change the dialect to Oracle and run execute it shows popup with all my oracle connections, but if I change the dialect to generic and execute the query it does not show the popup to choose the database connection.
Thanks. Created the https://youtrack.jetbrains.com/issue/DBE-1929 for this issue. Please follow for updates.