luky116 commented on code in PR #761: URL: https://github.com/apache/incubator-seata-go/pull/761#discussion_r1957098319
########## pkg/datasource/sql/conn.go: ########## @@ -244,6 +244,10 @@ func (c *Conn) BeginTx(ctx context.Context, opts driver.TxOptions) (driver.Tx, e ) } +func (c *Conn) GetDbVersion() string { + return c.res.GetDbVersion() Review Comment: 这个有需要支持吗 -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org