Skip to content

Commit 862fc1f

Browse files
author
Nathan Gabrielson
committed
quick rename
1 parent 3f59479 commit 862fc1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/relations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func GetRelationType(ctx *sql.Context, schema string, relation string) (Relation
6060
// GetRelationTypeFromRoot performs the same function as GetRelationType, except that it uses the given root rather than
6161
// the working session's root.
6262
func GetRelationTypeFromRoot(ctx *sql.Context, schema string, relation string, root *RootValue) (RelationType, error) {
63-
// Check tables and temporary tables first
63+
// Check regular and temporary tables first
6464
ok, err := root.HasTable(ctx, doltdb.TableName{Schema: schema, Name: relation})
6565
if err != nil {
6666
return RelationType_DoesNotExist, err

0 commit comments

Comments
 (0)