Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
10.3.1.4
-
None
-
None
Description
The functionality of creating a tracefile for the output currently works with DriverManager connections, by using tracefile=<filename> as well as with all DataSources when using the setting ds.setTraceFile("<filename>"). However, using tracefile="filename" only works as a connection attribute with ClientDataSource, not with ClientConnectionPoolDataSource nor ClientXADataSource.
For completeness' sake it would be nice if this were supported.
See for a test of this functionality jdbcapi/checkDataSource.java.
Attachments
Issue Links
- is part of
-
DERBY-4067 ClientConnectionPoolDataSource.getPooledConnection and ClientXADataSource.getXAConnection ignore connection attributes
- Closed