This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
v0.1.0
What's Changed
- Rework API - split Sql into SqlFragment, Query, and more. by @grouzen in #127
- Simplify design/usage by making JdbcDecoder stateful and delete JsonColumnDecoder by @afsalthaj in #128
- Move To Declarative Encoding Of SqlFragment by @adamgfraser in #132
- Support Transactional Isolation Levels by @adamgfraser in #134
- Rollback connection inside transaction finalizer only when autoCommit is disabled by @grouzen in #129
- Restore Stateful Connection Properties by @adamgfraser in #136
- Invalidate dead connections automatically by @FVelasquezM in #130
- Add IN clause param interpolation by @dvivchar in #126
- Close PreparedStatement tests by @FVelasquezM in #139
- 137 -ResultSet closing tests by @FVelasquezM in #140
- Removes TestConnection from ZConnectionSpec by @FVelasquezM in #146
- Fix Sidebar Name by @khajavi in #151
New Contributors
- @grouzen made their first contribution in #127
- @afsalthaj made their first contribution in #128
- @FVelasquezM made their first contribution in #130
- @dvivchar made their first contribution in #126
Full Changelog: v0.0.2...v0.1.0