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

fix(wasm): add missing TIMESTAMPTZOID type oid #374

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented Dec 2, 2024

What kind of change does this PR introduce?

This PR is to add a missing type oid for TIMESTAMPTZOID data type. Fix #373 .

What is the current behavior?

The TIMESTAMPTZOID type is missed in type_oid() function.

What is the new behavior?

Add missing TIMESTAMPTZOID type oid,

Additional context

N/A

@burmecia burmecia added bug Something isn't working wasm labels Dec 2, 2024
@burmecia burmecia requested a review from imor December 2, 2024 05:10
@burmecia burmecia merged commit 06f7172 into main Dec 2, 2024
3 checks passed
@burmecia burmecia deleted the bo/fix/missing-type branch December 2, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timestamptz and json should work for WIT
2 participants