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

[JOOQ]: Support for unique modifying operations #126

Merged
merged 2 commits into from
May 13, 2024

Conversation

ikriushenkov
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: #125

What is the new behavior?

  • Support for all possible UPSERT and REPLACE constructions: added full support for operations including variations with select and values
  • Type-safe support for varying numbers of columns: implemented type-safe variations for up to 22 columns, ensuring that operations are safe
  • Creation of a main class YDB: developed the main class YDB which facilitates the creation and management of the DSL

Other information

  • Updated the README.md for current usage
  • To create the necessary implementation classes, it was required to use package-private classes, so part of the code is located in org.jooq.impl
  • Until the release of the replace fix, only the upsert construction is available

@KirillKurdyukov KirillKurdyukov linked an issue May 11, 2024 that may be closed by this pull request
@ikriushenkov ikriushenkov changed the title [JOOQ]: Support for unique modifying operations: UPSERT and REPLACE [JOOQ]: Support for unique modifying operations May 11, 2024
@alex268 alex268 merged commit 0139394 into ydb-platform:main May 13, 2024
2 checks passed
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.

dev: [JOOQ]: Support for unique modifying operations
2 participants