Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
-
None
Description
DBPort tracks the active state of the connection, including the query that is currently being executed. Instead of turning the query into a string, it should just store a reference to the DBObject. The JMX Bean that uses the query can transform it into a String if needed.