Bug 62832

Summary: JDBC Connection Configuration: Be able to set init SQL statements
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 5.0   
Target Milestone: JMETER_5.1   
Hardware: All   
OS: All   

Description Philippe Mouawad 2018-10-17 18:44:53 UTC
This requirement appeared here:

- https://stackoverflow.com/questions/52850598/run-preliminary-statement-in-jmeter-jdbc-request/52851846#52851846

I think this requirement might be needed by others  as for example Commons DBCP BasicDataSource has initSQLs which allows running SQLs
Comment 1 Philippe Mouawad 2018-10-17 19:33:57 UTC
pmouawad@apache.org
	
9:33 PM (0 minutes ago)
	
to commits
Author: pmouawad
Date: Wed Oct 17 19:33:23 2018
New Revision: 1844156

URL: http://svn.apache.org/viewvc?rev=1844156&view=rev
Log:
Bug 62832 - JDBC Connection Configuration: Be able to set init SQL statements
Bugzilla Id: 62832

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/TextAreaEditor.java
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementResources.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementResources_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:15 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4895