issues
search
line
/
kotlin-jdsl
Kotlin library that makes it easy to build and execute queries without generated metamodel
https://kotlin-jdsl.gitbook.io/docs/
Apache License 2.0
713
stars
88
forks
source link
Implement JpqlSerializer for JpqlNotInSubquery
#381
Closed
shouwn
closed
1 year ago
shouwn
commented
1 year ago
Backgrounds
In Kotlin JDSL 3.0.0, the Query objects no longer know how to draw themselves as SQL String.
The Query object is drawn in JPQL String by
JpqlSerializer
.
Requirements
Please implement JpqlSerializer that draws
JpqlNotInSubquery
as a SQL String.
Please implement a unit test for the implemented class.
Contribution
Please check if there is an assignee in this issue. And if it don't have an assignee, please change the assignee to yourself.
Please check the commit convention through the commitlint.config.js file. The commit convention also described in the PR template.
When you use intellij, please set the code style through the .editorconfig file.
Please create the PR for develop/3.0.0 as the base branch.
If you have any questions, please leave comment in Kotlin-JDSL Discord Channel in
LINE Open Source
hadoobidoop
commented
1 year ago
380 과 함께 작업하면 좋을 것 같아요! assign 요청드립니다 :)
shouwn
commented
1 year ago
This issue is closed by #418
Backgrounds
JpqlSerializer
.Requirements
JpqlNotInSubquery
as a SQL String.Contribution