Skip to content

Commit

Permalink
docs: add currentDate, currentTime function description
Browse files Browse the repository at this point in the history
  • Loading branch information
meengi07 committed Feb 5, 2024
1 parent c1219b4 commit c963cc7
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 @@ -223,8 +223,8 @@ Kotlin JDSL provides a series of functions to support built-in functions in JPA.

| Function | DSL function |
|--------------------|--------------|
| CURRENT\_DATE | not yet |
| CURRENT\_TIME | not yet |
| CURRENT\_DATE | support |
| CURRENT\_TIME | support |
| CURRENT\_TIMESTAMP | not yet |
| LOCAL DATE | not yet |
| LOCAL TIME | not yet |
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 @@ -221,8 +221,8 @@ Kotlin JDSL은 JPA에서 제공하는 여러 함수들을 지원하기 위함

| Function | DSL function |
|--------------------|--------------|
| CURRENT\_DATE | not yet |
| CURRENT\_TIME | not yet |
| CURRENT\_DATE | support |
| CURRENT\_TIME | support |
| CURRENT\_TIMESTAMP | not yet |
| LOCAL DATE | not yet |
| LOCAL TIME | not yet |
Expand Down

0 comments on commit c963cc7

Please sign in to comment.