Commit Graph

2074 Commits (787bd979eb035cf0d95caa1e6c62fb9abb032919)
 

Author SHA1 Message Date
Brett Wooldridge e0039464eb Null checks. Now back to work. 10 years ago
Brett Wooldridge eb3adb7faf Fixes #406 execute validation query during connection setup to make sure its ... um ... valid. 10 years ago
Brett Wooldridge 33fe0a5035 Merge branch 'mediator' into dev
* mediator:
  Mediator refactor
10 years ago
Brett Wooldridge 7cfb637068 Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP into dev 10 years ago
Brett Wooldridge 8df62e3bf1 Mediator refactor 10 years ago
Brett Wooldridge 4db2d79e50 Fixes #400 make getters public 10 years ago
Nitin 5b4a853bed fix test 10 years ago
Nitin fe65377761 do not call set for TRANSACTION_NONE 10 years ago
Nitin d35e77994f do not call set if default is same as user specified 10 years ago
Nitin d2246ad434 do not set connection with property that user have not specified. 10 years ago
Brett Wooldridge 90414a234e Even more correct lastAccess tracking. 10 years ago
Nitin 8431f6ab5c moved closeStatements() 10 years ago
Nitin 18ab21ed58 missed one 10 years ago
Nitin 7971a65236 unintentional logging 10 years ago
Nitin a6b5642354 remove resetPoolEntry(), calling individual method if changed 10 years ago
Nitin 075084c8a9 set lastAccess only if rolled back
closeStatements() already caches sqlexception
10 years ago
Brett Wooldridge caa4b0d0bc Fixes #400 make getters public 10 years ago
Brett Wooldridge 383af8577a Merge pull request #396 from nitincchauhan/dev
do not set connection with property that user have not specified.
10 years ago
Nitin e91059f320 fix test 10 years ago
Nitin dd6fdae57e do not call set for TRANSACTION_NONE 10 years ago
Nitin 480fd309d2 do not call set if default is same as user specified 10 years ago
Nitin af4f8a991c do not set connection with property that user have not specified. 10 years ago
Brett Wooldridge b8d2077869 Even more correct lastAccess tracking. 10 years ago
Brett Wooldridge a552eb9712 Merge pull request #395 from nitincchauhan/dev
cleanup
10 years ago
Nitin 891b5cd930 moved closeStatements() 10 years ago
Nitin 8d1ba093b1 missed one 10 years ago
Nitin 8f61b1781c unintentional logging 10 years ago
Nitin 000654e737 remove resetPoolEntry(), calling individual method if changed 10 years ago
Nitin d362ed52df set lastAccess only if rolled back
closeStatements() already caches sqlexception
10 years ago
Brett Wooldridge a25d6f0213 Update README.md 10 years ago
Brett Wooldridge d9f6eddada [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 2ff516228e [maven-release-plugin] prepare release HikariCP-2.4.1 10 years ago
Brett Wooldridge ee8025e99c fix javadoc error 10 years ago
Brett Wooldridge 45a7f1ba5b Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP 10 years ago
Brett Wooldridge e369f09a4e Update changes log. 10 years ago
Brett Wooldridge dbe9320924 Back-out deoptimization. Benchmark shows degradation, which makes sense because
of a new conditional in close() -- the return value of closeOpenStatements() -- which is
'true' 99.999% of the time and therefore the conditional is merely overhead.
10 years ago
Brett Wooldridge 182c8c58ab Opps, forgot to flip the conditional. 10 years ago
Brett Wooldridge 4fbc2aa94b Minor formatting change. 10 years ago
Brett Wooldridge 442bbc6362 Merge branch 'dev' of https://github.com/nitincchauhan/HikariCP into dev 10 years ago
Nitin 78034f7e45 changes as suggested 10 years ago
Brett Wooldridge 78842ce20f Merge pull request #388 from Sangdol/dev
fixed comment
10 years ago
Nitin ae4dbf916d removed PoolBagEntry.aborted ...always had same 'value' as evicted
renamed PoolBagEntry.evicted to PoolBagEntry.evict
10 years ago
Nitin 19896c0619 if connection is marked for eviction, bypass reset state etc and close
it.
10 years ago
Hugh Lee ad9f5e6a19 fixed comment
ClassLoader.getResourceAsStream() and Class.getResourceAsStream() are
different. Refer to http://stackoverflow.com/a/1464366/524588
10 years ago
Brett Wooldridge fb50c8108c Merge pull request #384 from yaojuncn/dev
revise connection pool cleanup logic by reducing unncessary loop,
10 years ago
yaojuncn 7ad2e94ed4 revise housekeeper log 10 years ago
Brett Wooldridge 01a9a09778 Revert fix #340 see discussion in issue tracker 10 years ago
yaojuncn 93bbb25d15 change removable check 10 years ago
yaojuncn 6cc3b278b4 fix the removable check; revise space style 10 years ago
Brett Wooldridge 9613b63a43 Fixed #380 housekeeper was not being scheduled in the case of a user specified ScheduledExecutorService. 10 years ago