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

Strip trailing whitespace in function name prior to parameters in PGFunction #130

Merged
merged 2 commits into from
May 21, 2024

Conversation

olirice
Copy link
Owner

@olirice olirice commented May 21, 2024

Strip trailing whitespace in function name prior to parameters in PGFunction

resolves #129

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (cf42ef8) to head (629c985).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          18       18           
  Lines         870      870           
=======================================
  Hits          868      868           
  Misses          2        2           
Flag Coverage Δ
unittests 99.77% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@olirice olirice merged commit 3711ec7 into master May 21, 2024
56 of 82 checks passed
@olirice olirice deleted the or/issue_129 branch May 21, 2024 14:53
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.

Unexpected white space inclusion in signature (Pg error: function ... does not exist)
2 participants