]
Steven Hawkins resolved TEIID-4763.
-----------------------------------
Fix Version/s: 9.3
Resolution: Done
The pull request was merged. Thanks Juraj.
Max open statements property limits statements count to n+1
-----------------------------------------------------------
Key: TEIID-4763
URL:
https://issues.jboss.org/browse/TEIID-4763
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Reporter: Juraj Duráni
Assignee: Juraj Duráni
Priority: Optional
Fix For: 9.3
When user wants to limit max number of open statements for a single connection, he/she
can use system property *org.teiid.maxOpenStatements*. However, if this property is set to
_n_ it actually limits number of connections to _n+1_.