kronenthaler / libai

4 stars 2 forks source link

Misc failsafe changes #28

Closed dktcoding closed 7 years ago

dktcoding commented 7 years ago

This are another unsorted changes, most of them have a reason to be:

dktcoding commented 7 years ago

About the @Overrides, I honestly started finding them useful when reading what other people wrote.

Regarding ResultSets, closing them becomes important with most cached drivers (like the latest driver for MariaDB), and when using connections pools where Connection#close() actually releases the lease on the connection but doesn't actually close it.

kronenthaler commented 7 years ago

I will check the resultset issues when i'm checking the DataSet refactors.