Community
Participate
Working Groups
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
"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.
invalid