DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42339

           Summary: Variables are not changed to the value
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I made a JDBC sampler with this statement:
SELECT * FROM factura WHERE CI = '${CI}'  AND CI_Vendedor = '${CI_Vendedor}';

Where, CI and CI_Vendedor are variables that i get from a CSV file.
I run the same testPlan in an older version of JMeter, and it works.

This is the request that JMeter sends to the database:
[Prepared Select Statement] SELECT *  FROM factura WHERE CI = '${CI}'  AND
CI_Vendedor = '${CI_Vendedor}';
Request Headers:

In the JMeter 2.2 the request is:
[Select Statement] SELECT *  FROM factura WHERE CI = '3'  AND CI_Vendedor = '1';
Request Headers:

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to