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

datum: (optional) support for OIDs to convert between PG and ZIG types #78

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

urso
Copy link
Collaborator

@urso urso commented Jul 10, 2024

Add support to pass the values OID to the PG<->Zig type converter. This fixes issues with converting different string types to Zig types.

The SPI rows now also captures the SPI frame (the current tuple). This allows us to iterate over a tabletuple (list of rows) from a query while executing other statements via SPI.

@urso urso requested a review from tsg July 11, 2024 10:40
@urso urso merged commit 589fe7b into xataio:main Jul 15, 2024
1 check passed
@urso urso deleted the datum-with-oid branch July 15, 2024 08: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.

1 participant