mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 00:54:51 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -496,8 +496,8 @@ func decodeTableNameForAddressMap(encodedName, schemaName string) (string, bool)
|
||||
if schemaName == "" && encodedName[0] != 0 {
|
||||
return encodedName, true
|
||||
} else if schemaName != "" && encodedName[0] == 0 &&
|
||||
len(encodedName) > len(schemaName)+2 &&
|
||||
encodedName[1:len(schemaName)+1] == schemaName {
|
||||
len(encodedName) > len(schemaName)+2 &&
|
||||
encodedName[1:len(schemaName)+1] == schemaName {
|
||||
return encodedName[len(schemaName)+2:], true
|
||||
}
|
||||
return "", false
|
||||
|
||||
Reference in New Issue
Block a user