Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358684

Summary: Content Assist does NOT prompt "for clause " in operation "open,get,delete,add,replace"
Product: z_Archived Reporter: Yu Hao <yuhaodl>
Component: EDTAssignee: Xiao Bin Chen <xiaobinc>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh, xiaobinc, yuhaodl
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Yu Hao CLA 2011-09-22 23:22:30 EDT
Build Identifier: 201109222102

There is no "for clause" in Content Assist for "open,get,delete,add,replace"

Reproducible: Always

Steps to Reproduce:
1.Create a program
2.type "open,get,delete,add,replace" in a function then Content Asssit
3.The for clause was not prompted
Comment 1 Xiao Bin Chen CLA 2011-09-25 02:34:03 EDT
Get_statement ::=
	get action_targets[ from  data_source_exp]r [using_clause]  [with_clause];
Get_statement ::=
	open sql_statement_expr [ from  data_source_expr  ] [ for_clause]
 [using_clause] [with_clause | for_clause

I have seen the spec....

Some of them do not support for_clause, some need to be enable after some pre-condition..

like open ,,, you need to sql_statement_expr first and then [for_clause] can be proposal.

So I marked it as a invalid
Comment 2 Yu Hao CLA 2011-09-30 01:42:45 EDT
invalid