Skip to content

Commit

Permalink
docs: support upper function
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Oct 24, 2023
1 parent 2832ae4 commit 3b01d08
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 @@ -197,7 +197,7 @@ Kotlin JDSL provides functions to support built-in functions in JPA.
| SUBSTRING | not yet |
| TRIM | not yet |
| LOWER | support |
| UPPER | not yet |
| UPPER | support |
| 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 @@ -196,7 +196,7 @@ Kotlin JDSL은 JPA에서 제공하는 여러 함수들을 지원하기 위함
| SUBSTRING | not yet |
| TRIM | not yet |
| LOWER | support |
| UPPER | not yet |
| UPPER | support |
| LENGTH | support |
| LOCATE | support |

Expand Down

0 comments on commit 3b01d08

Please sign in to comment.