Skip to content

0.1-RC11

Compare
Choose a tag to compare
@davidmoten davidmoten released this 17 Oct 15:27
· 673 commits to master since this release
  • alter Database.close behaviour so it does not shutdown an internally created ExecutorService. Don't want to cancel a close operation on a connection inadvertently and don't have to worry about gc of ExecutorService and associated threads because it will be gc'd when out of scope.