Brett Wooldridge
|
5e1b7be484
|
Implement unwrap()
|
11 years ago |
Brett Wooldridge
|
4a410d8593
|
Remove acquireIncrement from tests.
|
11 years ago |
Brett Wooldridge
|
9b599f9bfd
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
8f280e4d0c
|
Fix calculation error that would not allow loginTimeout to go to zero.
|
11 years ago |
Brett Wooldridge
|
5adebc96ea
|
Tighten-up code.
|
11 years ago |
Brett Wooldridge
|
bcab411f4e
|
Restore shutdown check ... but in a slightly different spot
|
11 years ago |
Brett Wooldridge
|
b7284da738
|
Remove redundant shutdown check (handled properly by the pool), and unnecessary assignment to null in the case where pool is already null.
|
11 years ago |
Brett Wooldridge
|
04005cf619
|
fix #43 add null check to shutdown
|
11 years ago |
Brett Wooldridge
|
4dea4c8d41
|
Add calculated effective acquisition time and inter-attempt delay.
|
11 years ago |
Brett Wooldridge
|
3869ed0edb
|
Remove unused acquireIncrement
|
11 years ago |
Brett Wooldridge
|
ccd4ddd3ee
|
Merge branch 'openwide-java-add-override-annotations-where-needed-dev' into dev. However, some of the methods marked @Override are in fact not present in Java6 and so produce errors in the IDE and were therefore removed.
|
11 years ago |
Brett Wooldridge
|
1bca94af9e
|
Merge branch 'master' into dev
|
11 years ago |
Guillaume Smet
|
d415ba8353
|
Add @Override annotation where needed.
Starting with Java 6, we can annotate with @Override a class method implementing
a method from an interface.
|
11 years ago |
Brett Wooldridge
|
b4510a50c0
|
Retire acquireIncrement and acquireRetryDelay properties.
|
11 years ago |
Brett Wooldridge
|
17157309cc
|
Update examples
|
11 years ago |
Brett Wooldridge
|
da5c02683d
|
Updated changes log.
|
11 years ago |
Brett Wooldridge
|
362be9d29d
|
Javadoc and annotations.
|
11 years ago |
Brett Wooldridge
|
3295443e9b
|
Clean-up and tighten-up of code.
|
11 years ago |
Brett Wooldridge
|
d8bc281902
|
Fix incorrect incrementation of totalConnections when there is a retry. It should only be incremented on the first time through the loop.
|
11 years ago |
Brett Wooldridge
|
2112a3470e
|
Fix typo.
|
11 years ago |
Brett Wooldridge
|
87868ca67b
|
Update copyright.
|
11 years ago |
Brett Wooldridge
|
c2405e0423
|
Avoid unnecessary initialization of local variable.
|
11 years ago |
Brett Wooldridge
|
d8126eca81
|
Add support for DriverManager and JDBC URL-based pool configuration.
|
11 years ago |
Brett Wooldridge
|
af6a7dd430
|
Add support for DriverManager and JDBC URL-based pool configuration.
|
11 years ago |
Brett Wooldridge
|
08f0a02d8a
|
Thank you!
|
11 years ago |
Brett Wooldridge
|
e13d500894
|
Thank you!
|
11 years ago |
Brett Wooldridge
|
39ffebfe0e
|
Thank you!
|
11 years ago |
Brett Wooldridge
|
ccd364aacb
|
Thank you!
|
11 years ago |
Brett Wooldridge
|
8d717d40be
|
Thank you!
|
11 years ago |
Brett Wooldridge
|
e56649c7d6
|
Icons
|
11 years ago |
Brett Wooldridge
|
5e7dccf707
|
Icons
|
11 years ago |
Brett Wooldridge
|
086ae7a1f9
|
Icons
|
11 years ago |
Brett Wooldridge
|
e0ab96d46a
|
Icons
|
11 years ago |
Brett Wooldridge
|
c123371d43
|
Add definition of hikari
|
11 years ago |
Brett Wooldridge
|
6637690f0d
|
Add to property to control whether internal pool queries are isolated in their own
transactions or not.
|
11 years ago |
Brett Wooldridge
|
f1d8d9cfc5
|
Only set the readOnly() flag at initial construction if it is set to `true` by default.
|
11 years ago |
Brett Wooldridge
|
f6b89c1b0c
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
7832cc5aa0
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
5765ed2116
|
Javadoc
|
11 years ago |
Brett Wooldridge
|
6149affd88
|
Support setting a default readOnly state for connections.
|
11 years ago |
Brett Wooldridge
|
b38a363dad
|
Allow javadoc to run for all classes. Sure, why not?
|
11 years ago |
Brett Wooldridge
|
582c7a5e5a
|
Simplify the modifyProxyFactory() method.
|
11 years ago |
Brett Wooldridge
|
2cf8dee506
|
Update release version
|
11 years ago |
Brett Wooldridge
|
786dd5322b
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
9eb405e5b8
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
ed99f747b6
|
[maven-release-plugin] prepare release HikariCP-1.3.3
|
11 years ago |
Brett Wooldridge
|
951f19eb02
|
Merge branch 'dev'
|
11 years ago |
Brett Wooldridge
|
22f4e45121
|
Update change log.
|
11 years ago |
Brett Wooldridge
|
cea6ed453f
|
Fix broken unit test
|
11 years ago |
Brett Wooldridge
|
80d80e266f
|
Simplify the setTransactionIsolation() method, perform the check in validate()
|
11 years ago |