Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps exposed-jdbc from 0.25.1 to 0.39.1.

Release notes

Sourced from exposed-jdbc's releases.

Realease 0.39.1

Change log

Realease 0.38.2

Change log

Release 0.38.1

Change log

Release 0.37.3

Change log

Release 0.37.2

Change log

Release 0.37.1

Change log

Release 0.36.2

Change log

Release 0.36.1

Change log

Release 0.35.3

Change log

Release 0.35.2

Change log

Release 0.35.1

Change log

Release 0.34.2

Change log

Release 0.34.1

Change log

Release 0.33.1

Change log

Release 0.32.1

Change log

Release 0.31.1

Change log

Release 0.30.2

Change log

... (truncated)

Changelog

Sourced from exposed-jdbc's changelog.

0.39.1

Infrastructure:

  • Kotlin 1.7.10
  • Kotlin Coroutines 1.6.4
  • Datetime/Timestamp comparison test improvements by Jerbell

Feature:

  • Transaction added into afterCommit and afterRollback in StatementInterceptor (#1530). PR by rsromanowski
  • andIfNotNull and orIfNotNull operators was added by xJoeWoo to perform logical operations with nullable condition
  • like/notLike support providing escape character when used with LikePattern. Improvement contributed by spand
  • CurrentDate function introduced by naftalmm
  • Better representation of long query in logs

Bug Fixes:

  • neq incorrectly resolved with nullable values (#1489)
  • newSuspendedTransaction now accepts generic CoroutineContext instead of CoroutineDispatcher, fixed by rasharab
  • Argument value error acquires when REPLACE used with expressions under MySQL. Founded and fixed by Tiscs
  • EntityClass#wramUpReferences doesn't store the cached values. Resolved by Joddev
  • Creating tables with composite primary key and defined schema doesn't work. Fixed by davidwheeler123
  • Eager loading of Parent-Child relations doen't work (#1363)
  • Possible StackOverflowError when processing entities hooks which executes flush

0.38.2

Infrastructure:

  • Kotlin Coroutines 1.6.1
  • slf4j 1.7.36
  • log4j2 2.17.2
  • h2-database 2.1.212
  • MaridDB driver 2.7.5
  • MySQL driver 8.0.28
  • PostgreSQL driver 42.3.3

Feature:

  • New optimizedLoad param introduced for EntityClass.warmUpLinkedReferences. It will force to make to two queries to load ids and referenced entities separately. Can be useful when references target the same entities. That will prevent from loading them multiple times (per each reference row) and will require less memory/bandwidth for "heavy" entities (with a lot of columns or columns with huge data in it)

Bug Fixes:

  • Regression on 0.38.1 - SpringTransactionManager requires DatabaseConfig (#1488)
  • inList/notInList doesn't work with list of EntityIDs (#1490)
  • eq/neq was broken for nullable columns with nullable value (#1489)
  • Except union operation doesn't work on Oracle
  • ORA-00972: identifier is too long. Oracle 12.1.0.2.0 (#1483)
  • Can't create arbitrary-size BINARY column in SQLite (#1443)

0.38.1

Infrastructure:

  • Kotlin 1.6.20

... (truncated)

Commits
  • 4d22e98 Exposed 0.39.1 release
  • 2a5f55c Change log preparation for 0.39.1
  • dae4797 #1370 redo datetime/timestamp comparison in tests (#1371)
  • 9bf6a65 Adjust joda DateColumnType to the start of the day when read from DB
  • a2d05d8 Kotlin 1.7.10
  • 55d0296 Polish long query logging. (#1518) / Use kotlin.time.Duration
  • b69d09c Polish long query logging. (#1518)
  • d114422 Prevent StackOverflowError when processing entities hooks which executes flush
  • 096682c Add Transaction to lifecycle hooks for #1530 (#1531) / Wrong methods fixed
  • 267ff7d Eager loading Parent-Child Reference #1363
  • 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-jdbc](https://github.com/JetBrains/Exposed) from 0.25.1 to 0.39.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.39.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2022

Superseded by #111.

@dependabot dependabot bot closed this Aug 3, 2022
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.exposed-exposed-jdbc-0.39.1 branch August 3, 2022 19:07
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.

0 participants