History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19858
Type: New Feature New Feature
Status: Open Open
Assignee: Gregory Shrago
Reporter: Taras Tielkes
Votes: 1
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Allow to predefine JDBC drivers (instead of seaching each time you create a data source)

Created: 02 Oct 08 00:10   Updated: 02 Oct 08 13:41
Component/s: SQL

Build: 8,853


 Description  « Hide
When setting up a Datasource in IDEA, I have to search for the relevant JDBC driver JAR each time.

This is annoying, since I usually don't remember where the file is located.
For example, perhaps it can only be found somewhere deep inside my local Maven 2 repository.

Most other JDBC clients solve this by having the concept of a predefined list of drivers: you define a driver once, and then you can create Datasources/Connections from that.



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 02 Oct 08 00:12
Some other improvements could be made as well (post Diana of course):
  • some common drivers could be bundled with IDEA (license permitting)
  • perhaps some quick wizard taking a JDBC URL could automatically select the appropriate driver