Add test log
This commit is contained in:
parent
c8799f3a58
commit
b4c44f9acf
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue