mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-24 10:29:01 -06:00
adsfasdfasdg
This commit is contained in:
@@ -60,6 +60,7 @@ func IsValidTableName(name string) bool {
|
||||
for i, c := range name {
|
||||
if !(c >= '0' && c <= '9') {
|
||||
idx = i
|
||||
break
|
||||
}
|
||||
}
|
||||
return tableNameRegex.MatchString(name[idx:])
|
||||
|
||||
Reference in New Issue
Block a user