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

Support Arithmetic function EXP #620

Merged
merged 4 commits into from
Feb 5, 2024
Merged

Support Arithmetic function EXP #620

merged 4 commits into from
Feb 5, 2024

Conversation

jbl428
Copy link
Contributor

@jbl428 jbl428 commented Jan 31, 2024

Motivation

  • Support an arithmetic function EXP.

Modifications

  • Add jpql model and serializer for EXP

Commit Convention Rule

Commit type Description
feat New Feature
fix Fix bug
docs Documentation only changed
ci Change CI configuration
refactor Not a bug fix or add feature, just refactoring code
test Add Test case or fix wrong test case
style Only change the code style(ex. white-space, formatting)
chore It refers to minor tasks such as library version upgrade, typo correction, etc.
  • If you want to add some more commit type please describe it on the Pull Request

Result

  • The arithmetic function exp is added.

Closes

@@ -287,6 +288,7 @@ private class DefaultModule : JpqlRenderModule {
JpqlEqualAnySerializer(),
JpqlEqualSerializer(),
JpqlExistsSerializer(),
JpqlExpSerializer(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that this code should be placed under JpqlExpressionSerializer(). If you look at it in alphabetical order

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I have followed import line order :)

@shouwn shouwn merged commit b480368 into line:develop Feb 5, 2024
4 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.

3 participants