Bug 53072 - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT
Summary: JDBC PREPARED SELECT statements should return results in variables like non p...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 10:22 UTC by Roman Bargezi
Modified: 2012-04-15 20:34 UTC (History)
1 user (show)



Attachments
Patch proposal for AbstractJDBCTestElement Rev 1234407 (1.14 KB, patch)
2012-04-13 10:27 UTC, Roman Bargezi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bargezi 2012-04-13 10:22:54 UTC
In the JDBC Sampler a normal SELECT query type is able to return its results in variables. The PREPARED SELECT type does not.
Comment 1 Roman Bargezi 2012-04-13 10:24:24 UTC
This bug was detected against Revision 1295080
Comment 2 Roman Bargezi 2012-04-13 10:27:12 UTC
Created attachment 28601 [details]
Patch proposal for AbstractJDBCTestElement Rev 1234407
Comment 3 Philippe Mouawad 2012-04-15 20:34:17 UTC
Thanks , applied.


Date: Sun Apr 15 20:31:22 2012
New Revision: 1326420

URL: http://svn.apache.org/viewvc?rev=1326420&view=rev
Log:
Bug 53072 - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT

Modified:
   jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java
   jmeter/trunk/xdocs/changes.xml
   jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2807