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

Added the ability to override the fetch current version query. #603

Closed

Conversation

wynan
Copy link
Contributor

@wynan wynan commented Mar 27, 2024

Hopefully the last PR before I can start adding the SQL Server code. Need this to support the following fetch query:

SELECT version FROM TXNO_VERSION WITH (UPDLOCK, HOLDLOCK, ROWLOCK)"

Let me know if the preference is for small focused PRs or larger PRs.

DevinGillman and others added 16 commits March 27, 2024 16:50
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.12...byte-buddy-1.14.13)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 3.8.3 to 3.9.2.
- [Commits](quarkusio/quarkus-platform@3.8.3...3.9.2)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.jooq:jooq from 3.19.6 to 3.19.7.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1.
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Various cleanups to sequenced processing
…ache.maven.plugins-maven-source-plugin-3.3.1

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
…oq-jooq-3.19.7

Bump org.jooq:jooq from 3.19.6 to 3.19.7
…rkus.platform-quarkus-bom-3.9.2

Bump io.quarkus.platform:quarkus-bom from 3.8.3 to 3.9.2
…tebuddy-byte-buddy-1.14.13

Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13
…factor' into feature/fetch-current-version-refactor

# Conflicts:
#	transactionoutbox-core/src/main/java/com/gruelbox/transactionoutbox/DefaultDialect.java
@wynan wynan closed this Apr 9, 2024
@wynan wynan deleted the feature/fetch-current-version-refactor branch April 9, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants