Skip to content

Commit

Permalink
Update type mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Feb 11, 2022
1 parent 8b34158 commit 1faf0f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/ja/docs/Reference/dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ dependencies {
| io.r2dbc.spi.Clob | CLOB |
| java.math.BigDecimal | NUMBER |
| java.math.BigInteger | NUMBER |
| java.time.Duration | INTERVAL DAY TO SECOND |
| java.time.LocalDate | DATE |
| java.time.LocalDateTime | DATE |
| java.time.LocalTime | TIME |
| java.time.Period | INTERVAL YEAR TO MONTH |
| java.time.OffsetDateTime | TIMESTAMP WITH TIME ZONE |
| java.util.UUID | N/A |
| kotlin.Any | N/A |
Expand Down

0 comments on commit 1faf0f0

Please sign in to comment.