Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359186 - Can NOT generate default sql when "replace" has "USING clause"
Summary: Can NOT generate default sql when "replace" has "USING clause"
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Zhi Zhu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 03:33 EDT by Yu Hao CLA
Modified: 2017-02-23 14:16 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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