sagiegurari / simple-oracledb

Extend capabilities of oracledb with simplified API for quicker development.
Apache License 2.0
36 stars 4 forks source link

investigate performance improvement by using new ping instead of select from dual #23

Closed sagiegurari closed 6 years ago

sagiegurari commented 6 years ago

This check is done before I return connection from the pool. It is better to use ping if available and if not, fallback to old select from dual

sagiegurari commented 6 years ago

implemented in 1.2.1