Skip to content

Releases: itsallcode/simple-jdbc

Release 0.8.0

03 Nov 11:22
30290ee
Compare
Choose a tag to compare
Implement transactions (#30)

* Implement transactions

* Add executeStatement with param setter

---------

Co-authored-by: kaklakariada <[email protected]>

Release 0.7.1

01 Sep 13:47
bd690a1
Compare
Choose a tag to compare

[0.7.1] - 2024-09-01

0.7.0: Add module-info.java

04 May 13:14
cedb247
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0

Version 0.6.1: Add tests

14 Jan 14:57
1f112d8
Compare
Choose a tag to compare

[0.6.1] - 2024-01-14

  • PR #16: Improve test coverage

Version 0.6.0: Simplify RowMapper

16 Dec 18:37
c5d0f3e
Compare
Choose a tag to compare

[0.6.0] - 2023-12-16

  • PR #15: Refactor row mapper, add DB dialect detection

Version 0.5.0: Allow converting legacy types

26 Nov 19:04
89afc36
Compare
Choose a tag to compare

[0.5.0] - 2023-11-26

  • PR #13: Allow converting legacy types Timestamp, Time & Date

Version 0.4.0: Add Javadoc

21 Oct 08:14
16d15ec
Compare
Choose a tag to compare

[0.4.0] - 2023-10-21

  • PR #10: Code cleanup, add Javadoc comments
  • PR #9: Upgrade dependencies

Version 0.3.0: Simplify batch inserts

19 Feb 14:37
Compare
Choose a tag to compare

[0.3.0] - 2022-02-19

Added simple batch insert method, validate parameters in batch insert.

Version 0.2.0: Simplify batch inserts

23 Jan 16:38
Compare
Choose a tag to compare

Initial release

16 Jan 10:10
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Added support for executing queries and batch updates.