issues
search
xerial
/
sqlite-jdbc
SQLite JDBC Driver
Apache License 2.0
2.86k
stars
619
forks
source link
Docs: Adding try-with-resources to examples and demo. related #938
#1073
Closed
hbobenicio
closed
9 months ago
hbobenicio
commented
9 months ago
related #938.
added try-with-resources to examples (README, USAGE and demo/Sample.java)
changed exception handling to not ignore root causes
removed finally blocks (not needed anymore)
gotson
commented
9 months ago
thanks a lot !
related #938.