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

Enhancement/2024 12 encoder extensions #347

Merged
merged 24 commits into from
Dec 29, 2024

Conversation

takapi327
Copy link
Owner

@takapi327 takapi327 commented Dec 28, 2024

Implementation Details

The Encoder has been modified to have it as a parameter of Column.

This change eliminates the need to implicitly obtain the Encoder in functions that construct Insert statements, etc., and also eliminates the need to construct functions inline.

Pull Request Checklist

  • Wrote unit and integration tests
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code formatting by scalafmt (sbt scalafmtAll command execution)
  • Add copyright headers to new files

References

@takapi327 takapi327 added 💪 enhancement Functional enhancement 🔧 refactor Refactoring project:queryBuilder Addition and modification of functionality to Query Builder projects project:dsl Addition and modification of functionality to DSL projects project:schema Addition and modification of functionality to Schema projects project:statement Addition and modification of functionality to Statement projects labels Dec 28, 2024
@takapi327 takapi327 added this to the 0.3.0 milestone Dec 28, 2024
@takapi327 takapi327 self-assigned this Dec 28, 2024
@takapi327 takapi327 merged commit 81a1c62 into master Dec 29, 2024
27 checks passed
@takapi327 takapi327 deleted the enhancement/2024-12-Encoder-Extensions branch December 29, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement Functional enhancement project:dsl Addition and modification of functionality to DSL projects project:queryBuilder Addition and modification of functionality to Query Builder projects project:schema Addition and modification of functionality to Schema projects project:statement Addition and modification of functionality to Statement projects 🔧 refactor Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant