This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 218639

Summary: Don't show DB login dialog for SQLite driver
Product: db Reporter: _gt
Component: SQL EditorAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX, PATCH_AVAILABLE
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch v1

Description _gt 2012-09-19 18:19:27 UTC
I have a PHP project using multiple SQLite databases and I've set up database connections under the Servers tab using the JDBC SQLite driver. Whenever I start editing SQL I get a dialog box asking for the DB user/pw info, which does not apply for SQLite. It should just get the database file location from the Servers connection entry and scan for completions.
Comment 1 matthias42 2013-05-08 17:22:19 UTC
Created attachment 134228 [details]
proposed patch v1
Comment 2 Jaroslav Havlin 2013-05-15 08:23:29 UTC
Applied as http://hg.netbeans.org/core-main/rev/4881cbb5a921
Thank you for the patch!
Comment 3 Quality Engineering 2013-05-17 09:55:30 UTC
Integrated into 'main-golden', will be available in build *201305170640* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4881cbb5a921
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #218639: Don't show DB login dialog for SQLite driver