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

allow using hstore in macros #3515

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ibotty
Copy link

@ibotty ibotty commented Sep 20, 2024

Does your PR solve an issue?

fixes #3488

This still does not allow HSTORE[] in macros. This needs ``PgHstoreto implement thePgHasArrayType` trait. I'll look into it.

@ibotty
Copy link
Author

ibotty commented Sep 20, 2024

I noticed that HSTORE does not yet have a PgType and PgTypeInfo. Should it? If so, I'll do that.

AFAICT that cannot work because the oid HSTORE is not known ahead of time.

@ibotty ibotty changed the title wip: allow using hstore in macros allow using hstore in macros Sep 20, 2024
@ibotty
Copy link
Author

ibotty commented Sep 20, 2024

I hope I implemented it correctly. I still get test failures but in unrelated parts (no_tx, reversible, simple).

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.

allow hstore in query! macro
1 participant