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

Bug 359186

Summary: Can NOT generate default sql when "replace" has "USING clause"
Product: z_Archived Reporter: Yu Hao <yuhaodl>
Component: EDTAssignee: Zhi Zhu <zhuzhi>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: yuhaodl, zhuzhi
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Yu Hao CLA 2011-09-28 03:33:16 EDT
Build Identifier: 201109272101

If call "replace" with "USING clause", default SQL can not be generated

Reproducible: Always

Steps to Reproduce:
1.Create a egl program
2.define record, SQLDataSource
3."replace rec to ds using(12345)", then generate default SQL,but no suggestion available
Comment 1 Zhi Zhu CLA 2011-09-28 04:00:27 EDT
replace rec to ds using(12345)

Currently when you use the above statement, it has syntax error, so the statement cannot be passed to QuickAssist part correctly, rely on compiler part
Comment 2 Zhi Zhu CLA 2011-10-12 20:57:56 EDT
fix it
Comment 3 Yu Hao CLA 2011-10-19 22:46:01 EDT
Verified in 201110192102