Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix for SELECT with uppercase columns (Approach 2) #1419

Open
wants to merge 4 commits into
base: staging
Choose a base branch
from

Conversation

anmolagarwalcp810
Copy link
Contributor

@anmolagarwalcp810 anmolagarwalcp810 commented Nov 26, 2023

Problem Statement

Select query for tables with tables with upper case columns wasn't working: Issue 1079

image

Solution

Removed the part of code where columns were getting converted to lower case. Although this makes select query case sensitive, it resolves the above problem. If this approach doesn't work, then there is another PR from branch users/anmolagarwal/select-bug-fix-approach-1.

Output after Fix

image

But SELECT has become case-sensitive, so commands like shown below won't work now:
image

@anmolagarwalcp810 anmolagarwalcp810 changed the title Users/anmolagarwal/select bug fix approach 2 Bug Fix for SELECT with uppercase columns (Approach 2) Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant