We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fe3d6 commit 7c7af88Copy full SHA for 7c7af88
sql/planbuilder/scope.go
@@ -613,10 +613,6 @@ func (c scopeColumn) unwrapGetFieldAliasId() columnId {
613
}
614
615
func (c scopeColumn) withOriginal(col string) scopeColumn {
616
- if !strings.EqualFold(c.db, sql.InformationSchemaDatabaseName) {
617
- // info schema columns always presented as uppercase
618
- c.originalCol = col
619
- }
620
return c
621
622
0 commit comments