You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/08/21 11:54:15 UTC

[Bug 65515] New: Allow pooling of Prepared Statements in JDBC

https://bz.apache.org/bugzilla/show_bug.cgi?id=65515

            Bug ID: 65515
           Summary: Allow pooling of Prepared Statements in JDBC
           Product: JMeter
           Version: 5.4.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de
  Target Milestone: JMETER_5.5

While JMeter supports Prepared Statements, it does not allow to cache those
statements. Therefore every Prepared Statement will be "prepared" before
execution, regardless whether it has been prepared before or not.

It would be nice to allow pooling of those statements as the underlying
commons-dbcp library supports it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65515] Allow pooling of Prepared Statements in JDBC

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65515

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
commit c3528555f445cea46919e414731d96ebe6d1111c
AuthorDate: Sat Aug 21 13:56:40 2021 +0200

    Allow pooling of Prepared Statements in JDBC

    Bugzilla Id: 65515
---
 .../protocol/jdbc/config/DataSourceElement.java    |  46 +++++++++++++++------
 .../jdbc/config/DataSourceElementBeanInfo.java     |   6 ++-
 .../config/DataSourceElementResources.properties   |   2 +
 xdocs/changes.xml                                  |   1 +
 .../screenshots/jdbc-config/jdbc-conn-config.png   | Bin 37115 -> 19902 bytes
 xdocs/usermanual/component_reference.xml           |   1 +
 6 files changed, 42 insertions(+), 14 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65515] Allow pooling of Prepared Statements in JDBC

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65515

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED
             Status|NEEDINFO                    |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.