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

Bug 359185

Summary: Can NOT generate default SQL for "open"
Product: z_Archived Reporter: Yu Hao <yuhaodl>
Component: EDTAssignee: Zhi Zhu <zhuzhi>
Status: CLOSED INVALID 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:23:29 EDT
Build Identifier: 201109272101

When generate default SQL for "open rs from ds with sql_statement", no suggestion available

Reproducible: Always

Steps to Reproduce:
1.Create a egl program
2.define a sql statement, a record, a SQLDataSource
3."open rs from ds with sql_statement", then generate default sql, but no suggestion available
Comment 1 Zhi Zhu CLA 2011-09-30 00:54:30 EDT
"open rs from ds with sql_statement",
  in the above statement, sql_statement should be a prepared statement which is provided by user manually; here user do not provide any entity or basic record, so you cannot get table/column definition, so how can our tool generate sql for this.
Comment 2 Yu Hao CLA 2011-09-30 01:48:09 EDT
invalid