Skip to content

Commit dd090df

Browse files
committed
CDAP-15519 SQL Server reference doc updated
1 parent 5585fb8 commit dd090df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mssql-plugin/docs/SqlServer-batchsink.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Data Types Mapping
8888
| DATE | date | |
8989
| DATETIME | timestamp | |
9090
| DATETIME2 | timestamp | |
91-
| DATETIMEOFFSET | string | |
91+
| DATETIMEOFFSET | string | DATETIMEOFFSET string literal in the following format: |
92+
| | | "2019-06-24 16:19:15.8010000 +03:00" |
9293
| DECIMAL | decimal | |
9394
| FLOAT | double | |
9495
| IMAGE | bytes | |
@@ -126,6 +127,7 @@ Data Types Mapping
126127
| | | such as "POINT(3 40 5 6)". |
127128
| GEOGRAPHY | string | Values of this type can be set from Well Known Text strings, |
128129
| | | such as "POINT(3 40 5 6)". |
130+
| TIMESTAMP | | TIMESTAMP data type is not supported for the sink |
129131

130132

131133
Example

0 commit comments

Comments
 (0)