Skip to content

Register the lower and upper-case version of a function #177

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

Merged
merged 1 commit into from
May 15, 2021

Conversation

nils-braun
Copy link
Collaborator

This allows to call both

SELECT F(x) FROM data

as well as

SELECT f(x) FROM data

no matter how the function was registered

@nils-braun nils-braun force-pushed the bugfix/correct-function-naming branch from 79a7dff to 90adddf Compare May 15, 2021 14:59
@codecov-commenter
Copy link

codecov-commenter commented May 15, 2021

Codecov Report

Merging #177 (90adddf) into main (90569c9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines         2196      2197    +1     
  Branches       299       299           
=========================================
+ Hits          2196      2197    +1     
Impacted Files Coverage Δ
dask_sql/context.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90569c9...90adddf. Read the comment docs.

@nils-braun nils-braun merged commit a1f1360 into main May 15, 2021
@nils-braun nils-braun deleted the bugfix/correct-function-naming branch May 15, 2021 15:19
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.

2 participants