ijidan
Results
1
issues of
ijidan
table name : group query statement : show columns IN group error description:  related code : sql.diver.QueryWithConnection(sql.conn, sql.dialect.ShowColumns(sql.TableName)) how to fix : sql.diver.QueryWithConnection(sql.conn,sql.dialect.ShowColumns("@"+sql.TableName+"@")) replace @ with `
🐛bug