jimmy-boss commented on issue #66953: URL: https://github.com/apache/doris/issues/66953#issuecomment-5350231582
版本信息: golang: v1.25.5 gorm.io/gorm v1.31.1 -------------------------------------- [PR#63292](https://github.com/apache/doris/pull/63292) 我看了 返回 MYSQL_TYPE_STRING 是不合理的 映射为mysql 8.0 的TIMESTAMP WITH TIME ZONE 类型才合理;不然golang 用结构体映射时,全字段查询必须或者单字段查询要CAST(xx as DATETIME) 显式处理,不友好 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
