lxfeng1997 commented on code in PR #761: URL: https://github.com/apache/incubator-seata-go/pull/761#discussion_r1978746253
########## 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: 我认为是需要支持的,不过或许可以提另外的issues分开去做? -- 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