Skip to content

Commit

Permalink
docs: support lower
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Oct 23, 2023
1 parent a4920de commit 7e53f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/jpql-with-kotlin-jdsl/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Kotlin JDSL provides functions to support built-in functions in JPA.
| CONCAT | not yet |
| SUBSTRING | not yet |
| TRIM | not yet |
| LOWER | not yet |
| LOWER | support |
| UPPER | not yet |
| LENGTH | support |
| LOCATE | support |
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/jpql-with-kotlin-jdsl/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Kotlin JDSL은 JPA에서 제공하는 여러 함수들을 지원하기 위함
| CONCAT | not yet |
| SUBSTRING | not yet |
| TRIM | not yet |
| LOWER | not yet |
| LOWER | support |
| UPPER | not yet |
| LENGTH | support |
| LOCATE | support |
Expand Down

0 comments on commit 7e53f6e

Please sign in to comment.