Jargon96 edited a comment on pull request #5550:
URL: https://github.com/apache/skywalking/pull/5550#issuecomment-715423610


   I updated plugin and modified some inappropriate places, please review.
   
   This is the statement I executed in test caseļ¼š
   * CREATE TABLE test_DBCP
   * INSERT INTO test_DBCP(id, value) VALUES(1,1)
   * SELECT id, value FROM test_DBCP WHERE id=1
   * DELETE FROM test_DBCP WHERE id=1
   * DROP table test_DBCP
   
   After the statement is executed, I closed the connection and returned it to 
the connection pool.
   
![test_case](https://user-images.githubusercontent.com/40067375/97024987-1102d300-158a-11eb-9a4c-48a11f8991b8.png)
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to