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

Fixed Issue with SQLExecutor's Column handling #236

Merged
merged 2 commits into from
Jan 19, 2021

Conversation

thyneb19
Copy link
Contributor

This PR resolves an issue where the SQLExecutor would not function properly when column names within a database table were not in all lower case.

Issue where if Postgres database table did not have columns that were all lower case, SQLExecutor queries would fail.

Updated the executor's handling to deal with non-lower cased variable names.
@thyneb19 thyneb19 merged commit 395dfd6 into lux-org:sql-engine Jan 19, 2021
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.

None yet

2 participants