Type |
Changes |
By |
|
Speedup query calls without parameters; Use PreparedStatement only when parameters are present. Fixes DBUTILS-131. Thanks to yairlenga. |
thecarlhall |
|
Always copy Date, Time, Timestamp on get and set in SqlNullCheckedResultSet. |
thecarlhall |
|
BeanProcessor is not thread safe since [DBUTILS-124]. Fixes DBUTILS-135. Thanks to hdevalke. |
ggregory |
|
Inefficient allocation of Maps in org.apache.commons.dbutils.BasicRowProcessor.toMap(ResultSet). Fixes DBUTILS-137. Thanks to Gary Gregory. |
ggregory |
|
org.apache.commons.dbutils.QueryRunner.query(Connection, boolean, String, ResultSetHandler, Object...) Exception in closing statement leave connections open. Fixes DBUTILS-138. Thanks to Stefano Lissa, Gary Gregory. |
ggregory |
|
Update Java requirement from version 6 to 8. Fixes DBUTILS-139. Thanks to Gary Gregory. |
ggregory |
|
clirr, checkstyle, and spotbugs configured as part of default build. Thanks to thecarlhall. |
|
|
Correction of coverage badge #10. Thanks to Amey Jadiye. |
ggregory |
|
Manage JDBC objects using try-with-resources. Thanks to Gary Gregory. |
ggregory |
|
ResultSet not closed in QueryRunner.insert(Connection, String, ResultSetHandler, Object...). Thanks to Gary Gregory. |
ggregory |
|
ResultSet not closed in QueryRunner.insertBatch(Connection, String, ResultSetHandler, Object[][]). Thanks to Gary Gregory. |
ggregory |
|
AbstractQueryRunner.fillStatementWithBean(PreparedStatement, Object, String...) now throws IllegalStateException instead of RuntimeException. Thanks to Gary Gregory. |
ggregory |
|
Add @Column annotation to hint the field name instead of dissecting the get method name. Fixes PR/9. Thanks to rewerma. |
thecarlhall |
|
CaseInsensitiveHashMap cannot be accessed by subclasses of BasicRowProcessor; add org.apache.commons.dbutils.BasicRowProcessor.createCaseInsensitiveHashMap(int). Fixes DBUTILS-136. Thanks to Matthew Hall, Gary Gregory. |
ggregory |
|
Add github/codeql-action #115. |
ggregory |
|
[StepSecurity] ci: Harden GitHub Actions #191. Thanks to step-security-bot, Gary Gregory. |
ggregory |
|
Add StatementConfiguration.StatementConfiguration(Integer, Integer, Integer, Integer, Duration). Thanks to Gary Gregory. |
ggregory |
|
Add StatementConfiguration.getQueryTimeoutDuration(). Thanks to Gary Gregory. |
ggregory |
|
Add StatementConfiguration.Builder.queryTimeout(Duration). Thanks to Gary Gregory. |
ggregory |
|
Bump actions/cache from 2 to 3.0.11 #109, #141, #145. Thanks to Dependabot, Gary Gregory. |
ggregory |
|
Bump actions/checkout from 1 to 3.1.10, #44, #23, #48, #75, #93, #143. Thanks to Dependabot, Gary Gregory. |
ggregory |
|
Bump actions/setup-java from 1.4.0 to 3.5.1 #40. Thanks to Dependabot, Gary Gregory. |
ggregory |
|
Bump actions/upload-artifact from 3.1.0 to 3.1.1 #150. Thanks to Gary Gregory. |
ggregory |
|
Bump commons-parent from 50 to 61 #14, #113, #139, #168, #189. Thanks to Dependabot. |
ggregory |
|
Bump junit from 4.12 to 5.9.1 vintage #16, #42, #58. Thanks to Dependabot, Gary Gregory. |
ggregory |
|
Bump mockito-core from 3.2.4 to 4.8.1 #18, #21, #46, #53, #97, #103, #111, #116, #122, #131. #137, #151. Thanks to Dependabot. |
ggregory |
|
Bump spotbugs-maven-plugin from 3.1.12.2 to 4.4.2, #17, #45, #52. Thanks to Dependabot, Gary Gregory. |
ggregory |
|
Bump spotbugs from 3.1.12.2 to 4.2.3. Thanks to Gary Gregory. |
ggregory |
|
Bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 #56, #132. Thanks to Gary Gregory, Dependabot. |
ggregory |
|
Bump checkstyle from 8.28 to 9.3 #20, #47. Thanks to Gary Gregory, Dependabot. |
ggregory |
|
Bump commons.japicmp.version from 0.14.3 to 0.16.0. Thanks to Gary Gregory. |
ggregory |