-
Notifications
You must be signed in to change notification settings - Fork 91
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 'mod' arithmetic function #648
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add JpqlModuloSerializer()
to com.linecorp.kotlinjdsl.render.jpql.DefaultModule
...model/jpql/src/main/kotlin/com/linecorp/kotlinjdsl/querymodel/jpql/expression/Expressions.kt
Outdated
Show resolved
Hide resolved
...l/jpql/src/main/kotlin/com/linecorp/kotlinjdsl/querymodel/jpql/expression/impl/JpqlModulo.kt
Outdated
Show resolved
Hide resolved
...l/jpql/src/test/kotlin/com/linecorp/kotlinjdsl/querymodel/jpql/expression/ExpressionsTest.kt
Outdated
Show resolved
Hide resolved
...jpql/src/testFixtures/kotlin/com/linecorp/kotlinjdsl/render/jpql/entity/employee/Employee.kt
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #648 +/- ##
===========================================
+ Coverage 66.68% 66.76% +0.07%
===========================================
Files 477 479 +2
Lines 4806 4820 +14
Branches 277 277
===========================================
+ Hits 3205 3218 +13
- Misses 1544 1545 +1
Partials 57 57 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix some code after the merge. Thanks for your contribution!
고생하셨습니다 ㅎ |
Motivation
Modifications
Result
Closes