Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps exposed-dao from 0.25.1 to 0.34.2.

Release notes

Sourced from exposed-dao's releases.

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

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.34.2

Features:

  • Supporting subqueries in insert and update statements. Added by hfazai
  • SQL highlighting in Transaction.exec with raw SQL (#1337)

Bug Fixes:

  • [SQLServer] Properly sanitize column default read from database metadata (#1341)
  • Table.id is not in record set (#1341)
  • newSuspendedTransaction often doesn't honor TransactionManager.defaultDatabase changes (#1342)
  • Database.name failed on parsing connection string with '/' in parameter list. Founded and fixed by RaySmith-ttc
  • Import of Exposed BOM failed when imported as a platform dependency. Fixed by clarkperkins

0.34.1

Infrastructure:

  • Kotlin 1.5.30

Features:

  • Op.nullOp() function added to allow set or compare with NULL (#1315)
  • [Spring Boot] Enable sql query logging to stdout with spring.exposed.show-sql configuration parameter
  • Table.Dual introduced to allow queries without the real tables
  • Table.batchReplace function similar to Table.batchInsert added by pilotclass
  • Column default change detected in SchemaUtils.addMissingColumnsStatements with help of spand

Bug Fixes:

  • [PostgreSQL] GroupConcat with distinct fails (#1313)
  • UpdateBuilder inconsistently handles value set check
  • Empty update statement causes SQL Syntax error (#1241)
  • Don't call super.equals on Column.equals to prevent "toString" comparing.
  • [Oracle] count() fails on Union fixed by dakriy, also AS keyword was removed from Aliases
  • [SQLServer]Many to many relationship update breaks when updating from exposed 0.26.2 to 0.27.1 (#1319)

Performance:

  • A lot of low-level improvements in different places

0.33.1

Infrastructure:

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

Breaking 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)

... (truncated)

Commits
  • 2d13838 Exposed release 0.34.1
  • 04d9515 Fix bom for gradle projects (#1340)
  • 6e87761 Use @​Language from jetbrains annotations for raw sql input methods #1337
  • 26aea1e fix database name extension property (#1322)
  • fb48d8b newSuspendedTransaction often doesn't honor TransactionManager.defaultDatabas...
  • 9c0d295 Table.id is not in record set #1341
  • 7c1b871 Update gradle-docker-compose-plugin to 0.14.9
  • 2733dc2 Supporting subqueries in insert and update statements (#1328)
  • 283db83 Proper sanitize column default read from database metadata for SQLServer
  • ef9a0d7 Fix typos. (#1333)
  • 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.34.2.
- [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.34.2)

---
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 Sep 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2021

Superseded by #67.

@dependabot dependabot bot closed this Sep 22, 2021
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.exposed-exposed-dao-0.34.2 branch September 22, 2021 19:09
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