Skip to content

Commit

Permalink
Add missing date column types for Sql Server to documentation (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
orcunc authored Feb 9, 2024
1 parent 3fc7a50 commit e350ffa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/sql/pages/mapping-to-jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ For MSSQL data types, see the https://learn.microsoft.com/en-us/sql/t-sql/data-t
|`datetime`
|`TIMESTAMP`

|`datetime2`
|`TIMESTAMP`

|`smalldatetime`
|`TIMESTAMP`

|`datetimeoffset`
|`TIMESTAMP WITH TIME ZONE`

Expand Down

0 comments on commit e350ffa

Please sign in to comment.