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 133988

Summary: Code completion in the SQL editor
Product: db Reporter: Andrei Badea <abadea>
Component: SQL EditorAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker CC: hmichel, romanmostyka
Priority: P1 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/DatabaseSQLCodeCompletion
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 133989    
Bug Blocks:    

Description Andrei Badea 2008-04-25 19:43:18 UTC
Provide code completion in the SQL editor, providing the names of the database objects, as well as SQL keywords.
Comment 1 Michel Graciano 2008-08-13 21:47:34 UTC
The TM is set as M2, but beta was released and just half of spec was implemented. Where is the INSERT/DELETE CC? It is a
really need feature. What is the new TM?
Comment 2 Andrei Badea 2008-08-14 10:59:57 UTC
INSERT/DELETE/UPDATE are not getting into 6.5. I believe CC for these statements is useful, since it helps you enter the
column and table names. However, what I think is not very useful is the keyword completion, which is also not doable
with our current, quite limited parser.
Comment 3 David Vancouvering 2008-10-16 23:00:43 UTC
*** Issue 71369 has been marked as a duplicate of this issue. ***
Comment 4 David Vancouvering 2008-10-16 23:01:23 UTC
Always more can be done, but this is basically completed as part of 6.5
Comment 5 Roman Mostyka 2008-10-17 09:30:20 UTC
Verified.