Skip to content

Commit

Permalink
docs: support some string functions
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Dec 12, 2023
1 parent 3792ff4 commit ebd42ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/jpql-with-kotlin-jdsl/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ Kotlin JDSL provides functions to support built-in functions in JPA.

| Function | DSL function |
|-----------|--------------|
| CONCAT | not yet |
| SUBSTRING | not yet |
| CONCAT | support |
| SUBSTRING | support |
| TRIM | support |
| LOWER | support |
| UPPER | support |
Expand Down
4 changes: 2 additions & 2 deletions docs/ko/jpql-with-kotlin-jdsl/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ Kotlin JDSL은 JPA에서 제공하는 여러 함수들을 지원하기 위함

| Function | DSL function |
|-----------|--------------|
| CONCAT | not yet |
| SUBSTRING | not yet |
| CONCAT | support |
| SUBSTRING | support |
| TRIM | support |
| LOWER | support |
| UPPER | support |
Expand Down

0 comments on commit ebd42ca

Please sign in to comment.