Changes between Version 1 and Version 2 of Ticket #12837, comment 3


Ignore:
Timestamp:
Aug 3, 2016, 1:09:42 PM (8 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12837, comment 3

    v1 v2  
    11That is not a issue of this plugin. Your query is wrong. I suggest closing as //worksforme//.
    22
    3 You should escape value of `$UUT_ID` like this because your query is passed to literal to `openquery()`:
     3You should escape value of `$UUT_ID` like this because your query is passed as a literal to `openquery()`:
    44{{{
    55WHERE [UUT_RESULT] = ''' + REPLACE($UUT_ID, '''', '''''') + '''')