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(realtime_client): Fix issue where null timestamp type column becomes "null" string on realtime #855

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

dshukertjr
Copy link
Member

@dshukertjr dshukertjr commented Mar 10, 2024

What kind of change does this PR introduce?

  • Fix issue where null timestamp column value becomes "null" string on realtime

Fixes #854

@dshukertjr dshukertjr changed the title fix: timestamp being string even the value is null fix(realtime_client): Fix issue where null timestamp type column becomes "null" string on realtime Mar 10, 2024
@dshukertjr dshukertjr merged commit c59bdbb into main Mar 10, 2024
10 checks passed
@dshukertjr dshukertjr deleted the fix/realtime-timestamp branch March 10, 2024 22:56
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.

Realtime return TIMESTAMP as "null" instead of null when creating new items
2 participants