Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a translator worksheet
  2. Drop a DB Request SQL object into the work area
  3. Enter an expression such as the example below to the linked cell by the script bar: 'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\''
  4. Click apply and then click elsewhere to change your focus
  5. Return your focus to cell with expression. You will notice that the last quote symbol is missing. It shows:
Code Block
'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\'

instead of:

Code Block
'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\''

The code was updated to resolve this issue. The quote no longer is dropped.
This issue was tracked as Item #124081.