Commit Graph

2275 Commits (d9b1876c2bff0e59606b7b67c7449d28e96901d6)
 

Author SHA1 Message Date
Nitin a40e4856c9 renamed method to checkDriverSupport() and query driver default
transaction isolation once
9 years ago
Brett Wooldridge e9eec65ba2 Update CHANGES 9 years ago
Ruben Dijkstra 8adf36bc3d Skip the `testMetricUsage` test on Windows
My 75th percentile is indeed 250ms, but _sometimes_ returns 249ms
9 years ago
Brett Wooldridge c0bd8bfeac Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now. 9 years ago
Nitin 99cacb33b2 changes as suggested. reverted resetBits and method.getParameterCount() 9 years ago
Brett Wooldridge 73491abb31 Fixes #555 check for default method is not longer needed because proxy generation is performed at build-time not run-time now. 9 years ago
Nitin 573660dfe1 future safe from statement reorder 9 years ago
Nitin 64dd93fe8f minor 9 years ago
Nitin 85e41abf10 context.close is correct. 542 may have other reason/s! 9 years ago
Nitin b525e0f7ef set maxPoolSize = minIdle only if undefined, consistent error messages 9 years ago
Nitin ad754d085b made transactionIsolation final 9 years ago
Nitin fde88d0659 if user specified, set transaction isolation level 9 years ago
Nitin ce50c2cfd6 removed resetBits. setting transaction isolation level like readonly &
autocommit.
9 years ago
Nitin c8cd7ab1bb swap test condition 9 years ago
Nitin 9a63ebf876 replaced getParameterTypes().length with getParameterCount() 9 years ago
Mikhail Mazurskiy 743dc09d9a Slightly improve generics 9 years ago
Mikhail Mazurskiy a30dcd87b8 Cache volatile reads in local variables
Avoid unnecessary read memory barriers
9 years ago
Mikhail Mazurskiy c3dcb08023 Preserve tread interrupted status 9 years ago
Mikhail Mazurskiy 877025fb87 Add EditorConfig
See http://EditorConfig.org
9 years ago
Nitin aa90bd62e0 close statement before commit/rollback 9 years ago
Nitin 6769539f10 close ds 9 years ago
Nitin fbb31cc2bb replaced DriverSapDB with DataSourceSapDB 9 years ago
Nitin 7706922f26 removed AS400, was 'driver' for DB2 on AS400 not datasource. added
informix
9 years ago
Brett Wooldridge 5291e6bbb3 Merge pull request #548 from mgazanayi/patch-1
Add SQLite DataSource class
9 years ago
Marouane Gazanayi 239f97017e Add SQLite DataSource class 9 years ago
Nitin 23b4909155 sizing queue for connection closing proportionally 9 years ago
Nitin c362e8bb35 fixed test 9 years ago
Nitin 9daa51313f I've added context.close() before but not sure anymore! see 542 9 years ago
Nitin 87757fcd0a keeping connectionBag.remove and totalConnections.decrementAndGet()
close by
9 years ago
Nitin 5f851a4cfb reverted. using cachedExecutor for setting network timeout as before 9 years ago
Nitin c9ad521660 cleanup + rearrange statements 9 years ago
Nitin 2f3a1079ed merged DefaultThreadFactory with UtilityElf 9 years ago
Nitin cf1b7738c0 unused import 9 years ago
Nitin a56f5dcb2d removed ThreadPoolExecutor for use with setNetworkTimeout 9 years ago
Brett Wooldridge 1a64ab2357 This change in incorrect. Even the pure JDBC4 isValid() check can execute a query, and it is known that some drivers do so. 9 years ago
Brett Wooldridge 73410eb972 Update README.md 9 years ago
Brett Wooldridge 77e5972005 Fix for Java 7. 9 years ago
Brett Wooldridge a270577dc3 Merge branch 'dev1' of https://github.com/nitincchauhan/HikariCP into dev 9 years ago
Nitin 5c39c0a462 cache and refresh 'volatile' validationTimeout too 9 years ago
Nitin c7652d6ef9 optimize isConnectionAlive() replaced getAndSetNetworkTimeout with
setNetworkTimeout
9 years ago
Nitin 6124110d86 revert to setting network time out in try. in case it throws 9 years ago
Brett Wooldridge c5cd2a444a Merge pull request #530 from amallia/dev
Updated Popular DataSource list
9 years ago
Antonio Mallia fc387bddf8 Updated Popular DataSource list
Added OrientDataSource to the list of popular datasources. I have tested OrientDB with HikariCP and it is perfectly working!
9 years ago
Nitin fd02583e47 minor tweaks 9 years ago
Nitin 787bd979eb better property logging 9 years ago
Nitin 211e8e5d50 special treatment for password 9 years ago
Nitin d3d5dd6414 null check with instanceof is redundant 9 years ago
Nitin 9bb262cb23 reverted nullifying 9 years ago
Nitin 705c9e7db5 nullify in condition 9 years ago
Nitin ce4ff9255b fixed NPE in tests 9 years ago