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 - Don't show DB login dialog for SQLite driver
Summary: Don't show DB login dialog for SQLite driver
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: NETFIX, PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2012-09-19 18:19 UTC by _gt
Modified: 2013-05-17 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (2.00 KB, patch)
2013-05-08 17:22 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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