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

feat: add function import support #275

Merged
merged 3 commits into from
Mar 18, 2023

Conversation

khkhalifa
Copy link
Contributor

@khkhalifa khkhalifa commented Jan 1, 2023

Hi @cyrilgdn ,

I am creating the pull request to add function import capability.

The read implement is also partial and doesn't detect db changes specially for the body.

The main changes are adding the database in the id and updating the expected body value to be able to support the import.
The existing definition is loaded by the predefined function pg_get_functiondef.
The language was extracted as a new attribute

It will solve the following issue: #221

@khkhalifa khkhalifa force-pushed the feat/add-func-import branch from 78f4fb5 to cb57630 Compare January 13, 2023 20:17
@khkhalifa khkhalifa force-pushed the feat/add-func-import branch from cb57630 to 2e93383 Compare January 13, 2023 20:22
@khkhalifa
Copy link
Contributor Author

@cyrilgdn I pushed the fixes for the lints

@khkhalifa
Copy link
Contributor Author

cc @cyrilgdn Is there any chance to get this reviewed and merged please?

Copy link
Owner

@cyrilgdn cyrilgdn left a comment

Choose a reason for hiding this comment

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

Hi @khkhalifa ,

Sorry for the answer delay, as said in another PR, I don't have much time to devote to this provider currently.

But as it's a new feature and the code seems well tested 👍 , I'll merge and release it

Thanks for your work on that 💪

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