Add test log

This commit is contained in:
Lunny Xiao 2021-08-09 00:46:23 +08:00
parent c8799f3a58
commit b4c44f9acf
1 changed files with 2 additions and 0 deletions

View File

@ -1078,6 +1078,8 @@ func (d *damengDriver) Parse(driverName, dataSourceName string) (*URI, error) {
return nil, errors.New("user/password needed") return nil, errors.New("user/password needed")
} }
fmt.Printf("===== %v %#v\n", dataSourceName, u)
passwd, _ := u.User.Password() passwd, _ := u.User.Password()
return &URI{ return &URI{
DBType: schemas.DAMENG, DBType: schemas.DAMENG,