This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
v0.1.1
What's Changed
- return generated keys optionally by @oridag in #141
- Update dependency ubuntu to v22 by @renovate in #154
- cancel statements on interrupt by @oridag in #158
- feat!: Add RETURNING clause by @regiskuckaertz in #157
- Update dependency node to v20 by @renovate in #161
- Add
scala.math.BigDecimal
JdbcDecoder
instance by @guizmaii in #165 - Add
UUID
JdbcDecoder
instance by @guizmaii in #164 - Remove Unnecessary Parentheses by @adamgfraser in #169
- Implement
java.time.*
encoders and decoders (exceptjava.time.OffsetTime
) by @guizmaii in #171 - Fix #172 by @guizmaii in #173
- With the default
ZConnectionPoolConfig
if the connection fails, it'll retry forever to try to connect and will deadlock the program by @guizmaii in #174 - Update Dependencies by @khajavi in #177
- Update actions/checkout action to v4.1.1 by @renovate in #178
- remove
Setter.arraySetter
by @oyvindberg in #180 - Make
intersperse
visible by @oyvindberg in #181 - Fix
java.time.Instant
tests by @guizmaii in #182 - Update README.md by @zio-assistant in #179
- Fix
bigDecimalDecoderScala
for Scala 2.12 by @guizmaii in #185 SqlFragment::executeWithReturning
: Do not discard decoding errors by @guizmaii in #186SqlFragment::executeWithReturning
: Do not discard decoding errors - Add test by @guizmaii in #187- handle connection.isValid thrown exceptions by @oridag in #149
New Contributors
- @oridag made their first contribution in #141
- @regiskuckaertz made their first contribution in #157
- @guizmaii made their first contribution in #165
- @oyvindberg made their first contribution in #180
- @zio-assistant made their first contribution in #179
Full Changelog: v0.1.0...v0.1.1