Commit Graph

1174 Commits (4bc96d16c2e001ec0aaadfa4379c2e79bce6e7f7)

Author SHA1 Message Date
Brett Wooldridge 2eb52b06b0 Switch from add() method to put() method. 12 years ago
Brett Wooldridge 96578be6fd Remove cglib 12 years ago
Brett Wooldridge c965656643 Switch from HashSet to ArrayList for tracking statements. 12 years ago
Brett Wooldridge 1ab5c8fde7 Uncomment benchmarks. 12 years ago
Brett Wooldridge 7f76e3b833 Clear the tracking statements before we do anything that might throw an exception. 12 years ago
Brett Wooldridge 72d3d38af6 Add code to trap SQLExceptions and call a checkException() method. 12 years ago
Brett Wooldridge 03a44b7ab5 During getConnection() only try to fill the pool when it is empty. 12 years ago
Brett Wooldridge 4dd5d75bac Default jdbc4 isValid() connection validation method to true. 12 years ago
Brett Wooldridge f50c652329 Delete unused class. 12 years ago
Brett Wooldridge 3c264938c6 Use nanoTime() it is more accurate on some platforms. 12 years ago
Brett Wooldridge b81c8ba8bc Start of work to allow loading from a Properties file. 12 years ago
Brett Wooldridge 92bea1ddaa Add idle time-out handling, max lifetime handling, and connection leak detection. 12 years ago
Brett Wooldridge 04199ba9f4 Fixed the average execution time calculation. 12 years ago
Brett Wooldridge 6a46daa7c9 Change named of some getter/setters 12 years ago
Brett Wooldridge 403ca5f916 Add one more warm up run. 12 years ago
Brett Wooldridge 7b123e7e52 Enhance benchmark 12 years ago
Brett Wooldridge 65c27de32d Restore wrapped ResultSets 12 years ago
Brett Wooldridge a3196b1a03 Benchmark and tuning. 12 years ago
Brett Wooldridge 47268a5213 Benchmark and tuning. 12 years ago
Brett Wooldridge 95905042b5 Start of a benchmark 12 years ago
Brett Wooldridge 21fe1b4439 Fix up the mock datasource 12 years ago
Brett Wooldridge 44f986a972 Fix statement tracking 12 years ago
Brett Wooldridge 052446ca53 Use Thread.currentThread().getStackTrace() instead of creating a Throwable. 12 years ago
Brett Wooldridge fdbdc025a0 initial commit 12 years ago