Releases: itsallcode/simple-jdbc
Releases · itsallcode/simple-jdbc
Release 0.8.0
Implement transactions (#30) * Implement transactions * Add executeStatement with param setter --------- Co-authored-by: kaklakariada <[email protected]>
Release 0.7.1
[0.7.1] - 2024-09-01
- PR #26: Update dependencies
0.7.0: Add module-info.java
What's Changed
- Refactor exception message by @kaklakariada in #19
- Bump github/codeql-action from 2 to 3 by @dependabot in #18
- Bump actions/cache from 3 to 4 by @dependabot in #21
- Bump gradle/wrapper-validation-action from 1 to 2 by @dependabot in #20
- Add module-info.java by @kaklakariada in #22
- Prepare release by @kaklakariada in #24
Full Changelog: 0.6.1...0.7.0
Version 0.6.1: Add tests
[0.6.1] - 2024-01-14
- PR #16: Improve test coverage
Version 0.6.0: Simplify RowMapper
[0.6.0] - 2023-12-16
- PR #15: Refactor row mapper, add DB dialect detection
Version 0.5.0: Allow converting legacy types
[0.5.0] - 2023-11-26
- PR #13: Allow converting legacy types Timestamp, Time & Date
Version 0.4.0: Add Javadoc
Version 0.3.0: Simplify batch inserts
[0.3.0] - 2022-02-19
Added simple batch insert method, validate parameters in batch insert.
Version 0.2.0: Simplify batch inserts
Full Changelog: 0.1.0...0.2.0
Initial release
Added support for executing queries and batch updates.