| Summary: | GET can't generate SQL statement | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | lu lu <lulu> |
| Component: | EDT | Assignee: | Zhi Zhu <zhuzhi> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | chenzhh, jinfahua, jspadea, songfan, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Could we defer fix for this defect since I am fully focusing on regression testing on RBD 8.0.1.3? I set the defect priority to major, because this problem will happen if follow our DB tutorial. EDT user also raised the question in the EDT forum, refer to below URL. http://www.eclipse.org/forums/index.php/m/789442/#msg_789442 Ask fan to help review the code Verified in build 0.8.0.v201202190901, close it. |
Build Identifier: 0.8.0.v201201172212 SQL statement for GET can't be generated, a string will be added 'Cannot produce SQL statement due to exception.' Reproducible: Always Steps to Reproduce: 1. Create a method to call get data from db like: 'get <table> from <SQL Data Source>' 2. Place cursor on 'get', then press 'Ctrl + 1' to generate SQL statement