Nitin
|
0069a4eff8
|
duplicate2
|
10 years ago |
Nitin
|
d0f84e101d
|
cleanup
|
10 years ago |
Nitin
|
df6f04403a
|
duplicate
|
10 years ago |
Nitin
|
fc32b4de73
|
removed redundant creationTime. lastAceess is initialized at creation as
well.
|
10 years ago |
Brett Wooldridge
|
3cf6a77185
|
Merge pull request #422 from nitincchauhan/dev
clear param
|
10 years ago |
Nitin
|
9226660ce7
|
clear param
|
10 years ago |
Brett Wooldridge
|
a0d20cb9de
|
Adjust coverage filters
|
10 years ago |
Brett Wooldridge
|
f0ffdf073d
|
Adjust coverage filters
|
10 years ago |
Brett Wooldridge
|
02122fc5e8
|
Minor cleanup.
|
10 years ago |
Brett Wooldridge
|
aca80d3ed9
|
Full refactor.
|
10 years ago |
Brett Wooldridge
|
0e6a595612
|
Move stuff around
|
10 years ago |
Brett Wooldridge
|
47bd14f6c6
|
Merge pull request #419 from nitincchauhan/dev
Mediator: simplified check of validation modes
|
10 years ago |
Nitin
|
53287cd101
|
changes as suggested
|
10 years ago |
Nitin
|
1e55190ed4
|
Merge remote-tracking branch 'brett/dev' into dev
|
10 years ago |
Brett Wooldridge
|
dbeb5ab1cb
|
Remove Method.getParameterCount() because it is only available in Java 8. Use getParameterTypes().length instead.
|
10 years ago |
Brett Wooldridge
|
1e8ea2b3e2
|
Remove Method.getParameterCount() because it is only available in Java 8. Use getParameterTypes().length instead.
|
10 years ago |
Brett Wooldridge
|
0698d8f761
|
Correct unit test.
|
10 years ago |
Nitin
|
e2763a48f6
|
renamed poolEntry.returnPoolEntry() to poolEntry.close()
|
10 years ago |
Nitin
|
1b5ecf8b2a
|
Mediator: simplified check of validation modes
ConnectionProxy: made memebers private, added missing methods of
connectionState. not sure why ide does not complain !
|
10 years ago |
Brett Wooldridge
|
b145a385c6
|
#415 removed unused API
|
10 years ago |
Brett Wooldridge
|
afe1527039
|
Use laxySet() when returning pool entries.
|
10 years ago |
Brett Wooldridge
|
4639ca0bfb
|
Fixes #415 missed commit. Don't use java.beans
|
10 years ago |
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 |