apigee / trireme-jdbc

Other
9 stars 5 forks source link

Now the pool "allocated" counter decreases on connection close (fixes #4) #5

Closed ivan-novakov closed 8 years ago

ivan-novakov commented 8 years ago

I created a "private" prototype method for closing the connection and replaced all 4 occurrences of closeItem(). I covered every occurrence with an automated test.

gbrail commented 8 years ago

Looks good to me -- Thanks!

Rebased and merged to master.