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

Support calling procedures from specified database. #200

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

PavelSafronov
Copy link

Description

Support calling procedures from specified database, for example call mydb.test();

Related Issue(s)

This fixes dolthub/dolt#4725

Checklist

  • "Backport me!" label has been added if this change should be backported
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

No deployment notes, this adds missing SQL support.

Copy link

@fulghum fulghum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes look great! We should figure out the failing CI test before we merge though... I wasn't able to repro that failure locally (TestTLSRequired), although I did see a different test failing for me locally that's not failing in CI (TestNullsafeAdd). 🤷‍♂️

Looks like there will need to be a coordinate change to GMS for the Call.FuncName -> Call.ProcName change, so would be good to get that staged and ready to go before we merge this one in, too.

@PavelSafronov PavelSafronov merged commit 8d519d0 into main Nov 21, 2022
@Hydrocharged Hydrocharged deleted the pavel/call-qualified-procs branch February 7, 2024 13:45
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.

Calling a stored procedure with DB name in the query is not supported
2 participants