[improvement](jdbc catalog) support sqlserver timestamp type read (#31805)

This commit is contained in:
zy-kkk
2024-03-05 23:48:19 +08:00
committed by yiguolei
parent aba58b0f7b
commit 2e9bd268cd
6 changed files with 31 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class JdbcSQLServerClient extends JdbcClient {
case "time":
case "datetimeoffset":
case "uniqueidentifier":
case "timestamp":
return ScalarType.createStringType();
case "image":
case "binary":