[MCOL-1755] Informatica: delete statement doesn't escape reserved names for column names Created: 2018-09-28 Updated: 2019-03-02 Resolved: 2019-03-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10, RHEL 7 |
||
| Issue Links: |
|
||||||||||||
| Sprint: | 2018-18, 2018-19, 2018-20, 2018-21, 2019-01, 2019-02 | ||||||||||||
| Description |
|
reserved column names aren't escaped in delete (probably also update) statements and therefore not executed. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-09-29 ] |
|
Escaped column names in update and delete statements so that they won't throw an exception if reserved words are used. For QA:
|