Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359185 - Can NOT generate default SQL for "open"
Summary: Can NOT generate default SQL for "open"
Status: CLOSED INVALID
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:23 EDT by Yu Hao CLA
Modified: 2017-02-23 14:18 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: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