Database Tool Window - duplicate schemas displayed
Hi guys,
I'm wondering if there is a setting thats causing many of my database schemas to have duplicate items, though only one of each pair can be expanded. My schema's are connected to an SQL Server instance with jTDS.![2013-02-07 08_00_45-project-files - [C__workspace_project-files] - [snap-dev] - C__workspace_snap_da.png](http://adm-10980.intellij.net/zendesk-forum-storage/jc/5478387/2013-02-07%2008_00_45-project-files%20-%20[C__workspace_project-files]%20-%20[snap-dev]%20-%20C__workspace_snap_da.png)
请先登录再写评论。
Of course, I just figured it out. But for the sake of others, It did this because the database parameter in my connection string didn't use a capitolized W. If you notice the non-expandable duplicates are lowercase whereas the actual database name is capitolized.
http://youtrack.jetbrains.com/issue/IDEA-102214
That worked for me as well, good catch.