Apache
Database Navigator
Products:
IntelliJ IDEA,
RubyMine,
WebStorm,
PhpStorm,
PyCharm,
AppCode,
Android Studio
Vendor:
Dan Cioca
Email:
Website:
http://www.jetbrains.net...NTEST/Database+Navigator
SourceCode: http://database-navigato...ooglecode.com/svn/trunk/
Bugtracker page
Description:
Database development, scripting and navigation tool
This product aims to add extensive database development and maintenance capabilities to the IntelliJ IDEA development environment. Along with a qualified and IDE-compliant SQL and PL/SQL editor, it provides advanced database connection management, script execution support, database objects browsing, data and code editor, support for database compiler operations, method execution and debugging, database objects factory, as well as various navigation capabilities between all its components.
See features overview on the
support page.
Supported Databases:
This tool is free for personal and commercial usage.
Donations are very welcome though.
Downloads: 137741
Rating:
Participated in rating: 25
Recent change notes:
- 3.0.2586
- Live Templates Ctrl-J (work in progress)
- "About" page (with "donate" link)
- Multiple column sorting (work in progress - not released)
- Method execution result improvements (tree view)
- Reworked action system to allow multiple editor instances, split and detached editors
- Bug fixes and performance improvements
- 3.0.2530
- Support for error reporting directly from IDE
- Connection timeout and idle time management
- Memory management improvements (fixed memory leaks on project close)
- Improved performance for database object lookup (Ctrl+Shift+D)
- Compatibility with latest IDE version (including EAP)
- New Icon set (work in progress)
- Support for dark scheme
- Minor bug fixes and performance improvements
- Discontinued support for IntelliJ IDEA 9.x and related products
- 3.0.2349
- Code formatting (Experimental - work in progress)
- Customizable data-grid colors and fonts
- Uncommitted changes overview / prompt dialogs
- Balloon notifications and activiy log entries for several operations
- Connection Auto-Commit support
- Support for IntelliJ 12 EAP release
- Fixed broken user interface with PyCharm and RubyMine
- Minor bug fixes
- 3.0.2191
- Support for IntelliJ 11 release
- Configurable datbase environments / environment colors
- Data grid preview popup for BLOB/CLOBs
- Data search functionality in dataset editors and query results (experimental)
- Minor bug fixes
- 3.0.2017
- Support for latest IntelliJ EAP versions
- Statement generation engine (extract select, insert, ddl statements)
- Fixes of BLOB editing support
- Support for database content encoding
- Data Editor - navigate to referenced record
- Navigation bar improvement for DB objects
- XML Data Export format
- Custom number and date/time formats in locale settings
- Connection setup enhancements (NOTE: you may lose connection custom properties)
- Minor bug fixes
- 3.0.1911
- Fixed compatibility issues with Ruby plugin
- Support for IDEA 10.5 release
- General bug fixes and performance improvements
- 3.0.1898
-
recommended upgrade if you are using 3.0.1895
- Support for IDEA X EAP releases
- Configuration framework changes (NOTE: some of your settings may be reset to default)
- Object name filters (e.g. Schema filters) on connection level
- Object type filters on connection level
- Ability to activate/deactivate connections
- Oracle OS authentication
- Fixed memory leak issues with large result-sets
- General bug fixes and performance improvements
- 3.0.1870
- Quick SQL sandbox (SQL Console for database connections)
- Show object detailed information (configurable)
- Added support for SQL ISO-92 (work in progress - not usable yet)
- Minor bug fixes
- 3.0.1856
- Added support for IntelliJ IDEA X (BETA)
- Discontinued support for IDEA 8.x
- Improved navigation within PL/SQL code
- Added code completion for variables and method parameters in PL/SQL code
- Enhanced database object compiler handling (keep current debug status)
- Improved object lookup functionality (select connection prompt)
- Added navigation-bar support for database objects (experimental)
- Fixed xls data export for select statement results
- Enhanced xls export data format (make use of regional settings)
- Added HTML data export processor
- Persisted data export options
- Object properties (work in progress)
- Minor bug fixes
- 3.0.1804
- Database object lookup (Ctrl-Shift-D) - Experimental phase
- Improved Debugger breakpoint handling
- Compatibility version constraint (no support for IDEA X yet)
- Minor bug fixes
See full release notes
Comments:
Thanks for your support! The issue was the "dot" in your schema name. Was not expecting this to be a valid character in database object names. I released a quick fix to this particular problem. If you encounter further issues please file bug reports in the dedicated request tracker, so you can track their progress at any time.
Thanks again, Dan
I uploaded a video that shows exactly the steps until the error occurs.
http://youtu.be/sWTchIC49IA
I hope that helps!
Can you please specify the versions you are using (both DBNavigator and IDE)? I was not able to reproduce this issue.
Thanks, Dan
What have i done:
I have setup my mysql database connection and tested the connection. It works so far.
I added a schema filter so that only one database is loaded from my server.
Now when i click to open the DB browser window i see all the tables. When i double click at a table name or choose 'edit data' phpstorm tries to load the data but then crashes throwing this error:
null
java.lang.NullPointerException
at com.dci.intellij.dbn.editor.data.filter.ui.DatasetFilterForm.(DatasetFilterForm.java:47)
at com.dci.intellij.dbn.editor.data.filter.DatasetFilterGroup.createConfigurationEditor(DatasetFilterGroup.java:271)
at com.dci.intellij.dbn.editor.data.filter.ui.DatasetFilterDialog.construct(DatasetFilterDialog.java:57)
at com.dci.intellij.dbn.editor.data.filter.ui.DatasetFilterDialog.(DatasetFilterDialog.java:28)
at com.dci.intellij.dbn.editor.data.filter.DatasetFilterManager.openFiltersDialog(DatasetFilterManager.java:40)
at com.dci.intellij.dbn.vfs.DatabaseEditableObjectFile.preOpen(DatabaseEditableObjectFile.java:70)
at com.dci.intellij.dbn.vfs.DatabaseFileSystem$3.run(DatabaseFileSystem.java:300)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:607)
at java.awt.EventQueue$1.run(EventQueue.java:605)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Any chance of an update for phpstorm3/intellij 11 EAPs? We do a lot of PL/SQL so we really appreciate this plugin.
NAME: CRUD
DESCRIPTION: TESTING CONNECTION
DRIVER LIBRARY: C:\wamp\www\mysql-connector-java-5.1.15-bin.jar
DRIVER: COM.MYSQL.JDBC.DRIVER
URL: "jdbc:mysql://localhost:8889/"
USERNAME: ROOT
PASSWORD: ROOT
PLEASE TELL ME THE SOLUTION OTHERWISE I WILL JUMP TO NETBEANS WHICH I DON WANNA BE. PHPSTORM IS FABOLOUS BUT HERE I FACE THE MUD