Community
Participate
Working Groups
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
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
fix it
Verified in 201110192102