Community
Participate
Working Groups
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
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
invalid