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

libpq improvements #39

Merged
merged 1 commit into from
Apr 10, 2024
Merged

libpq improvements #39

merged 1 commit into from
Apr 10, 2024

Conversation

urso
Copy link
Collaborator

@urso urso commented Apr 8, 2024

Requires #37, #38

Use correct types in C helpers instead of void*. This also improve the Zig code as we do not have to cast between types and opaque pointer types.

export missing symbol.

Accept const pointers for our wrapper types. This makes it easier to use our wrapper type from within other types.

@urso urso requested a review from tsg April 8, 2024 20:00
@urso urso mentioned this pull request Apr 9, 2024
@urso urso merged commit 11e0708 into xataio:main Apr 10, 2024
1 check passed
@urso urso deleted the libpq-improve branch April 10, 2024 13:15
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