Remove trace
This commit is contained in:
parent
0b74265790
commit
a33fbe831b
|
@ -1078,8 +1078,6 @@ 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,
|
||||||
|
|
|
@ -45,7 +45,6 @@ const (
|
||||||
|
|
||||||
type DialectFeatures struct {
|
type DialectFeatures struct {
|
||||||
AutoincrMode int // 0 autoincrement column, 1 sequence
|
AutoincrMode int // 0 autoincrement column, 1 sequence
|
||||||
AliasKeyword string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dialect represents a kind of database
|
// Dialect represents a kind of database
|
||||||
|
|
Loading…
Reference in New Issue