| Summary: | Content Assist does NOT prompt string variable for "prepare" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Yu Hao <yuhaodl> | ||||||
| Component: | EDT | Assignee: | Xiao Bin Chen <xiaobinc> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | chenzhh, xiaobinc, yuhaodl | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 203983 [details]
Patch for SQL String to with statement
fixed Created attachment 204051 [details]
enable prepare to use with_str
verified in 201109292101 |
Build Identifier: 201109222102 Use to content assist to define "prepare SQL statement with string expression" did not prompt the string variable which had already been defined Reproducible: Always Steps to Reproduce: 1.Create a program 2.write following code: package test; // basic program // program myPro type BasicProgram {} ds SQLDataSource = new SQLDataSource("aaaa"); rs SQLResultSet; sqlstat SQLStatement; strstat string = "select * from customer"; function main() end end 3.type "pre" inside main() function and wake content assist then select "prepare SQL statement with string expression", move behind "with" and wake up content assist, the string "strstat" was not prompted