8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated documentation and CHANGELOG for 'forceUseNamedDriverClass'. More... about 11 years ago
Implemented new configuration parameter 'forceUseNamedDriverClass'. More... about 11 years ago
CHANGELOG update. More... about 11 years ago
We now support the parentLogger property of DataSource, with a real logger rather than an SQLFeatureNotSupportedException. More... about 11 years ago
CHANGELOG updates. More... about 11 years ago
Added resources cleaned up during BasicResourcePool.close() to former resources list, so that a subsequent multiple close of any straggling resources won't trigger a foreign resource warning. More... about 11 years ago
Guarded marking of transactions as maybe dirty in Statement proxies, so that they don't trigger NPEs and report closed on methods like isClosed More... over 11 years ago
Updated version of mchange-commons-java to build against. More... over 11 years ago
Slightly improved log message for multiply-cached PreparedStatements. More... over 11 years ago
Modified AbstractComboPooledDataSource and DynamicPooledDataSourceManagerMBean to ignore calls to setters that would set a property to its existing value, to prevent spurious pool resets. Thanks to ask-dev on stackoverflow for calling attention to the issue. More... over 11 years ago
Guard agaist case where a connectionCustomizerClassName is set to a whitespace or all blank String. More... over 11 years ago
Fixed typos is docs where testConnectionOnCheckout and testConnectionOnCheckin erroneously included capital letters, testConnectionOnCheckOut and testConnectionOnCheckIn. Thanks to Usman Mutawakil for calling attention to these errors. More... over 11 years ago
Initial support for testing with Connection.isValid(...). But I want to refactor this. More... over 11 years ago
Update README.md More... over 11 years ago
c3p0-0.9.5-pre6 release. More... over 11 years ago
Fix rare problem with concurrent load of drivers by DriverManagerDataSource and DriverManager; test tweaks; updated version headers. More... over 11 years ago
CHANGELOG updates. More... over 11 years ago
Fixed a ClassCastException in some codepaths of BasicResourceFactory construction. Thanks to petrjanata on SourceForge for reporting and tracking down the issue. More... over 11 years ago
Minor modification to track changes in mchange-commons-java config library. More... over 11 years ago
Merge branch 'master' of github.com:swaldman/c3p0 More... over 11 years ago
Added to C3P0Config (for debugging purposes, mostly) a method to get all current prop-style/HOCON config information. More... over 11 years ago
Added license files to root of project (duplicating files in src/dist-static). More... over 11 years ago
Some fixes of C3P0Config More... over 11 years ago
Updated to reflect we are currently depending on mchange-commons-java-0.2.6.3-SNAPSHOT. More... over 11 years ago
CHANGELOG update. More... over 11 years ago
merge in some CHANGELOG updates. More... over 11 years ago
Configuration can now be programmatically refreshed and overridden. More... over 11 years ago
CHANGELOG updates and a documentation fix. More... over 11 years ago
Small tweaks for testing HOCON config. More... over 11 years ago
Upgraded version of mchange-commons-java, modified specification of config files using newly improved (in mchange-commons-java) HOCON config support. More... over 11 years ago