Releases: Cobeine/SQLava
Releases · Cobeine/SQLava
Release 1.6.6-SNAPSHOT
What's Changed
- Fix loop termination conditions in Table.java by @FlameyosSnowy in #9
Full Changelog: 1.6.5-SNAPSHOT...1.6.6-SNAPSHOT
Release 1.6.5-SNAPSHOT
What's Changed
- Fix Long instead of Integer issue by @FlameyosSnowy in #8
Full Changelog: 1.6.4-SNAPSHOT...1.6.5-SNAPSHOT
Release 1.6.4-SNAPSHOT
What's Changed
- Fix example by replacing
isEmpty
withisPresent
by @FlameyosSnowy in #3 - Allow composite keys in primary keys by @FlameyosSnowy in #6
- Add backticks to table names to the query by @FlameyosSnowy in #5
- Bump version to 1.6.4-SNAPSHOT by @FlameyosSnowy in #7
New Contributors
- @FlameyosSnowy made their first contribution in #3
Full Changelog: 1.6.3-SNAPSHOT...1.6.4-SNAPSHOT
Release 1.6.3-SNAPSHOT
Full Changelog: 1.6.2-SNAPSHOT...1.6.3-SNAPSHOT
Release 1.6.2-SNAPSHOT
Full Changelog: 1.6.1-SNAPSHOT...1.6.2-SNAPSHOT
Release 1.6.1-SNAPSHOT
Full Changelog: 1.5.9-SNAPSHOT...1.6.0-SNAPSHOT
Release 1.6.0-SNAPSHOT
Full Changelog: 1.5.9-SNAPSHOT...1.6.0-SNAPSHOT
Release 1.5.9-SNAPSHOT
Full Changelog: 1.5.8-SNAPSHOT...1.5.9-SNAPSHOT
1.5.8-SNAPSHOT
- Fixed add batch and made it public
- added Optional for properties instead of throwing
- Renamed CredentialsRecord to CredentialsHolder
1.5.7-SNAPSHOT
Implemented automatic duplicate key update insertion