Brett Wooldridge
|
069713c94f
|
Use execute() instead of executeQuery() for initSql.
|
11 years ago |
brettwooldridge
|
bac742bd4a
|
Add social networking buttons.
|
11 years ago |
brettwooldridge
|
bffdd11eb9
|
Update README.md
|
11 years ago |
brettwooldridge
|
e7e5c47c6a
|
Update README.md
|
11 years ago |
brettwooldridge
|
a60916b2ad
|
Update README.md
|
11 years ago |
brettwooldridge
|
28396a3feb
|
Update README.md
|
11 years ago |
brettwooldridge
|
ded8e64be7
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
9021e7178d
|
Fix isolation level dirty detection logic.
|
11 years ago |
Brett Wooldridge
|
eda62f7442
|
Correct property name.
|
11 years ago |
Brett Wooldridge
|
94aa31510f
|
Add the ability for the user to customize Connections before they are added to the pool.
|
11 years ago |
Brett Wooldridge
|
a752582368
|
Implement proper connection unwrapping.
|
11 years ago |
Brett Wooldridge
|
56e97a8e3c
|
No need to wrap methods that do not throw SQLException with our own try…catch checkException() logic.
|
11 years ago |
brettwooldridge
|
500cbe7280
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
b5b098042a
|
Remove tools.jar dependency now that instrumentation is gone. Fix other scopes.
|
11 years ago |
Brett Wooldridge
|
b388227dc4
|
Added query timeout to test query.
|
11 years ago |
brettwooldridge
|
d560e570c0
|
Update README.md
|
11 years ago |
brettwooldridge
|
593c03b88c
|
Fixed error in example code.
|
11 years ago |
brettwooldridge
|
1e328fa4d9
|
Update README.md
|
11 years ago |
brettwooldridge
|
df344f1768
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
073630973a
|
updated changes log
|
11 years ago |
Brett Wooldridge
|
128b169f99
|
Remove unnecessary casts in the generated proxies.
|
11 years ago |
Brett Wooldridge
|
352a269ad8
|
Replace bound check with try..catch it is faster in the nominal case.
|
11 years ago |
Brett Wooldridge
|
8b440dd79c
|
Track current transaction isolation level so that we can reset it only when necessary (as it often requires a round trip to the server).
|
11 years ago |
Brett Wooldridge
|
430dd730e7
|
Demote error log to warn.
|
11 years ago |
Brett Wooldridge
|
395035b5f5
|
Conditionally reset the transaction isolation level based on whether the user has altered it or not. Turns out it is expensive for some databases.
|
11 years ago |
Brett Wooldridge
|
c6b8d488a4
|
Conditionally reset the transaction isolation level based on whether the user has altered it or not. Turns out it is expensive for some databases.
|
11 years ago |
brettwooldridge
|
197e0876e5
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
04aa65a6d8
|
Replace ConnectionProxy’s ArrayList<Statement> with a custom class (FastStatementList), replace the singleton generated JavassistProxyFactory with a class that has static methods (so we get invokestatic rather than invokeinterface) in bytecode.
|
11 years ago |
Brett Wooldridge
|
4a6eb29043
|
Use our own list implementation which does not do bounds checking, among other optimizations.
|
11 years ago |
Brett Wooldridge
|
a754c87c8a
|
Micro optimization, avoids unnecessary assignment.
|
11 years ago |
Brett Wooldridge
|
355688d50f
|
Fix benchmark script for new version.
|
11 years ago |
Brett Wooldridge
|
7f39c2c853
|
Fix grammatical error.
|
11 years ago |
brettwooldridge
|
0f53cd5bdf
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
379f47e33f
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
4ef0d2a7b0
|
[maven-release-plugin] prepare release HikariCP-1.2.6
|
11 years ago |
Brett Wooldridge
|
006ea9c5b2
|
updated changes log
|
11 years ago |
Brett Wooldridge
|
813af8aed6
|
Update benchmarks script.
|
11 years ago |
Brett Wooldridge
|
93fd7d7330
|
Fixed #27 set the isClosed flag earlier in the close() method, it was meant to short-circuit the unregisterStatement() call, but was moved later, which broke that behavior.
|
11 years ago |
Brett Wooldridge
|
7235091496
|
Comment #25 added additional warning if both dataSource and dataSourceClassName are specified.
|
11 years ago |
Brett Wooldridge
|
f79af53fb6
|
Fixed #26 change Hibernate dependency to ‘provided’ now that HikariCP uses it for more than just testing.
|
11 years ago |
Brett Wooldridge
|
ec0c88a88e
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
244dd8a2bf
|
[maven-release-plugin] prepare release HikariCP-1.2.5
|
11 years ago |
Brett Wooldridge
|
d197e37aed
|
Add sonatype parent for maven repository publication.
|
11 years ago |
Brett Wooldridge
|
3861c17b40
|
Increate timing window to avoid time-sensitive failures in unit tests on slow machines (travis-ci)
|
11 years ago |
Brett Wooldridge
|
a0ceab1428
|
Change log updates.
|
11 years ago |
Brett Wooldridge
|
1ed2153ab1
|
Increate timing window to avoid time-sensitive failures in unit tests on slow machines.
|
11 years ago |
Brett Wooldridge
|
ccc2989c72
|
Remove unused import.
|
11 years ago |
Brett Wooldridge
|
970e3a5092
|
Increate timing window to avoid time-sensitive failures in unit tests on slow machines.
|
11 years ago |
Brett Wooldridge
|
e35c939ed2
|
Allow setting the dataSource directly on the HikariConfig.
|
11 years ago |
Brett Wooldridge
|
137c76e589
|
Restructured pom after removal of instrumentation.
|
11 years ago |