Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps exposed-dao from 0.25.1 to 0.33.1.

Release notes

Sourced from exposed-dao's releases.

Release 0.33.1

Change log

Release 0.32.1

Change log

Release 0.31.1

Change log

Release 0.30.2

Change log

Release 0.30.1

Change log

Release 0.29.1

Change log

Release 0.28.1

Change log

Release 0.27.1

Change log

Release 0.26.2

Change log

Release 0.26.1

Change log

Changelog

Sourced from exposed-dao's changelog.

0.33.1

Infrastructure:

  • Kotlin 1.5.21
  • Kotlin Coroutines 1.5.1
  • kotlinter replaced with Detekt. Many thanks to BorzdeG for PR

Broken Changes:

  • EntityCache internal representation was reworked to lower overhead on cache operations and to create more O(1) when working with references. EntityCache.inserts and EntityCache.referrers fields are not publicly available anymore.

Features:

  • Different math and trigonometrical functions were added. Check org.jetbrains.exposed.sql.functions.math package
  • Bitwise AND, OR and, XOR were added by Max Rumpf
  • PrepareStatement can be cancelled, thanks Alex Shubert for supporting it
  • ForeignKeyConstraint.customFkName was added by spand
  • All types of joins now accepts additionalConstraint lambda (PR from spand)
  • InsertStatement now stores number of inserted rows in insertedCount field ([#851]((JetBrains/Exposed#851)
  • batchInsert function now can be called on Sequences. Feature added by Philip Wedemann

Bug Fixes:

  • [MySQL/MariaDB] Restore old 0000-00-00 00:00:00 as null behavior for Mysql and MariaDb (PR from spand).
  • datetime column looses nanos part (#1028
  • Setting value for the same column multiple times in UpdateBuilder fails (#1177
  • [SQLite] primaryKey override ignored (#1258
  • Transaction can be unexpectedly initialized when working with coroutines
  • [PostgreSQL] REAL type will be used instead of FLOAT8 for float column. Thanks Philip Wedemann for fix
  • [Oracle] TIME is not supported on Oracle, mimic it with datetime type

0.32.1

Infrastructure:

  • Kotlin 1.5.10
  • Kotlin Coroutines 1.5.0
  • slf4j 1.7.30
  • Spring 5.3.7
  • Spring Boot 2.5.0
  • Bill Of Materials (BOM) available, many thanks to DRSchlaubi

Features:

  • Auto-increment columns state change detected (PR from spand)
  • Explicit statementType for Transaction.exec functions (also, EXEC StatementType was introduced). (390, 1249)

Bug Fixes:

  • Entities should be removed from the cache on update/delete made with DSL queries
  • Regression: Clientside length validation in ColumnType breaks otherwise harmless where clause (1204, 1222)
  • Using Entity.flush does not alert EntityHook subscribers (1225)
  • TransactionScope throws NullPointerException instead of IllegalStateException when used outside the transaction (1250)
  • Spring transaction connection leaks when used with non-exposed transactions (1167)

0.31.1

Infrastructure:

... (truncated)

Commits
  • af78955 Exposed 0.33.1 release
  • 3bcd651 Exclude Oracle from testInsertEmoji test
  • 8358de0 Introduce operators for bitwise expressions and bitflag checks (#1242) / Orac...
  • 15be18c CeilingFunction for Oracle fixed
  • 70327cf Lower precision in TrigonometricalFunctionTests to fix rounding issues
  • f3b18a4 exposed-spring-boot-starter:0.31.2 cannot find #1310
  • b6231db DefaultsTest.testDefaults01 fix for Oracle
  • 73d9adf Introduce operators for bitwise expressions and bitflag checks (#1242) / Fix ...
  • 82d0651 Oracle doesn't support TIME date type, mimic it with date time / Test actualized
  • b38d1dc Oracle doesn't support TIME date type, mimic it with date time
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [exposed-dao](https://github.com/JetBrains/Exposed) from 0.25.1 to 0.33.1.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.25.1...0.33.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2021

Superseded by #60.

@dependabot dependabot bot closed this Sep 1, 2021
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.exposed-exposed-dao-0.33.1 branch September 1, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant