Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Gregory Shrago
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Nick Pratt
    3 years ago (06 Nov 2008 18:32)
  • Updated by   root
    2 years ago (17 Jan 2010 21:08)
  • Jira: IDEADEV-32584
    (history, comments)
 
IDEA-46570 Database SQL execution functionality broken in 8995 and 9008
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Two issues Ive noticed with the database SQL tool in the last two EAPs (RC1 and RC2):

1.) I can no longer execute queries against a MS SQL Server DB - when I run the tool, I get "connection URL is null" in the output window, despite the fact that the URL is set correctly:
jdbc:sqlserver://192.168.1.84;databaseName=TEST_DB. I can load and view the tables though (via "Refresh Tables" - so the connection and driver are working fine.

2.) I think this is new in 9008: Run something, say a unit test (Ctrl-Alt-F10). Leave the run window open. Run the SQL tool. The SQL tool takes over the run window (and effectively closes the previously open run window), and I can no longer see the previously open Run window (this used to be visible via a tab). Running two SQL tools (two connections to 2 different DBs) opens up two tabs in the run window (so this aspect seems to be working ok)







Environment: Windows XP Pro SP3, JDK 1.6.0_10

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Alexander Chernikov
  Alexander Chernikov
06 Nov 2008 18:38
3 years ago
Point 2 is the common behavior of all Run windows: application, JUnit, JDBC console, etc. If a process has stopped, its run tab is captured by the next process.