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

Use anonymous function to register UDF and avoid name clash #333

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

metab0t
Copy link
Collaborator

@metab0t metab0t commented Sep 2, 2023

Fix #331

@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Merging #333 (2d1b8ae) into master (4b22cc4) will increase coverage by 0.45%.
The diff coverage is 90.14%.

@@            Coverage Diff             @@
##           master     #333      +/-   ##
==========================================
+ Coverage   93.60%   94.06%   +0.45%     
==========================================
  Files           4        4              
  Lines         563      556       -7     
==========================================
- Hits          527      523       -4     
+ Misses         36       33       -3     
Files Changed Coverage Δ
src/UDF.jl 86.17% <89.70%> (+1.56%) ⬆️
src/SQLite.jl 94.85% <100.00%> (ø)
src/tables.jl 98.70% <100.00%> (ø)

@metab0t metab0t merged commit 451b922 into JuliaDatabases:master Sep 2, 2023
6 of 7 checks passed
@aplavin aplavin mentioned this pull request Sep 27, 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.

Clash between independent registered functions
1 participant