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

Add the load_from_plugins parameter in the Python driver to load AGE from the $libdir/plugins directory #1945

Closed
wants to merge 1 commit into from

Conversation

daanwa
Copy link
Contributor

@daanwa daanwa commented Jul 3, 2024

Add the load_from_plugins parameter in the Python driver to load AGE from the $libdir/plugins directory

This is useful when a non-superuser login is used for the connection.

Additionally, fixed a small bug where a memoryview was not transformed to bytes before decoding into a UTF-8 string.

…E from the $libdir/plugins directory (apache#1935)

This is useful when a non-superuser login is used for the connection.

Additionally, fixed a small bug where a memoryview was not transformed to bytes before decoding into a UTF-8 string.
@github-actions github-actions bot added the PG11 PostgreSQL11 label Jul 3, 2024
@jrgemignani
Copy link
Contributor

@daanwa There is an error with this PR as the Python driver check will not pass. Could you correct this?

@rafsun42
Copy link
Member

rafsun42 commented Jul 3, 2024

@jrgemignani @daanwa Closing this PR because PG11 is not supported anymore.

@rafsun42 rafsun42 closed this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG11 PostgreSQL11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants