Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump exposed-jdbc from 0.25.1 to 0.40.1 #117

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2022

Bumps exposed-jdbc from 0.25.1 to 0.40.1.

Release notes

Sourced from exposed-jdbc's releases.

Release 0.39.2

Change log

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

... (truncated)

Changelog

Sourced from exposed-jdbc's changelog.

0.40.1

Infrastructure:

  • Kotlin 1.7.20

Feature:

  • Read-only transactions/connections support. Read-Only option can be set on all levels (via DatabaseConfig, transaction, TransactionManager). Thanks Alex Shubert for the improvement
  • Table.deleteWhere now captures receiver table and allows to omit the table in a lambda. Greetings to Alexey Soshin for the first PR in the project!
  • New mediumText and largeText columns were introduced by Alex Shubert to allow use more suitable data types for databases where they are supported.
  • ForUpdateOption (like ForUpdateOption.PostgreSQL.ForKeyShare) added for more flexible management of locks in your SELECT queries. You can set it as a parameter via Query.forUpdate function. Another kudos goes to Alex Shubert
  • Preserve a colection type for Iterable.with() function
  • LazySizedCollection can be checked for loaded data with LazySizedCollection.isLoaded(). Added by unbearables

Bug Fixes:

  • [Regression] NoSuchMethod error: long kotlin.time.TimeSource$Monotonic.markNow (#1556)
  • insertIgnoreAndGet must explicitly mark failed insert on conflicts. Fixed by Alex Shubert in PR (#1584)
  • Comma is missing in UPDATE with multiple tables (#1595)
  • suspendedTransaction should accept CoroutineContext instead of CourutineDispatcher was fixed by rasharab in PR (#1515)
  • [MySQL/MariaDB] REPLACE fails when Expression used as a replacement parameter. Thank you Tiscs for the fix.
  • EntityClass#wramUpReferences should cache reference of referrer. Located and fixed by Joddev.
  • NullPointerException when IdTable with overridden tableName is defined (#1588)
  • SchemaUtils.createMissingTablesAndColumns raises NoSuchElementException (#1568)
  • Better handling of tables with names covered with quotes. Issue #1550 resolved by Alexey Soshin.

0.39.2

Infrastructure:

  • All modules built with Kotlin 1.6 as a target

Libs updates:

  • h2-database 2.1.214
  • MaridDB driver 2.7.6 and 3.0.6
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.4.0
  • SQLServer driver 9.4.1.jre8
  • Java Money API 1.1
  • Spring Framework 5.3.22
  • Spring Boot 2.7.2
  • Spring Security Crypto 5.6.6

Bug Fixes:

  • Converting of LocalDateTime values to Instant supported for JavaInstantColumnType by hfazai
  • [Oracle] Better handling of bool column in queries (#1540). PR by maio
  • [Oracle] Proper resolving tables with schemas

0.39.1

Infrastructure:

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

... (truncated)

Commits
  • 967750e Exposed 0.40.1 release
  • f17acc9 Add read-only transaction parameters (#1573) / DatabaseConfig support
  • a5471b7 Check that db supports schema creation within withSchema function
  • 0b0363a Kotlin 1.7.20
  • b8ac893 Allow defining tables with quoted names (#1562) / Fix test #3
  • d2c8df9 Allow defining tables with quoted names (#1562) / Fix test #2
  • ad92b12 Allow defining tables with quoted names (#1562) / Fix test
  • ec35646 Allow defining tables with quoted names (#1562)
  • b4cde5b Allow defining tables with quoted names (#1562)
  • 070bff8 SchemaUtils.createMissingTablesAndColumns raise NoSuchElementException #1568
  • 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.40.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.40.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 Oct 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2022

Superseded by #123.

@dependabot dependabot bot closed this Nov 15, 2022
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.exposed-exposed-jdbc-0.40.1 branch November 15, 2022 19:02
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