[improvement](jdbc catalog) support sqlserver timestamp type read (#31805)
This commit is contained in:
@ -82,6 +82,7 @@ public class JdbcSQLServerClient extends JdbcClient {
|
||||
case "time":
|
||||
case "datetimeoffset":
|
||||
case "uniqueidentifier":
|
||||
case "timestamp":
|
||||
return ScalarType.createStringType();
|
||||
case "image":
|
||||
case "binary":
|
||||
|
||||
Reference in New Issue
Block a user