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

TIMESTAMP values from changefeed don't compare correctly #752

Open
bobvawter opened this issue Mar 6, 2024 · 1 comment
Open

TIMESTAMP values from changefeed don't compare correctly #752

bobvawter opened this issue Mar 6, 2024 · 1 comment
Assignees

Comments

@bobvawter
Copy link
Member

When we receive a TIMESTAMP value, it's sent without a timezone marker: 2024-12-14T04:58:34.583023. If this same time were retrieved from the database, we get a time.Time with the UTC timezone. The crep package treats these as being different values, which leads to incorrect merge conflict detection.

@bobvawter bobvawter self-assigned this Mar 19, 2024
@BramGruneir
Copy link
Member

Can you give some examples of this? What does the json output look like for timestamptz vs timestamp?

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

No branches or pull requests

2 participants