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

Handle timestamp incremental replication #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mjsqu
Copy link
Collaborator

@mjsqu mjsqu commented Oct 10, 2024

Fixes #86

TIMESTAMP is a misleading column data type name in SQL Server - it has no equivalent date/time value

  • Timestamp columns are treated as strings (e.g. 00000000000007d2)
  • Convert VARBINARY/BIGINT is used to read in a held state value and compare it to a value in the synced table
  • Tests added to show that incremental replication is working
  • Redundant logic removed from existing incremental tests

@mjsqu mjsqu requested a review from s7clarke10 October 10, 2024 00:12
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.

Cannot parse timestamp type
1 participant