-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
State manager failes when gets value with \u0000
#13814
Comments
Hi @jstettnerbc, |
@DoNotPanicUA thanks for checking a level deeper! [1] https://docs.microsoft.com/en-us/sql/t-sql/data-types/rowversion-transact-sql?view=sql-server-ver16 |
Hi @jstettnerbc, |
Current Behavior
If we use a
binary
attribute as a cursor for the incremental sync and a source provides a value that contains\u0000
, the sync operation fails.This is a typical issue for any Postgres DB. (#3476)
Expected Behavior
The state manager should not fail in any case.
Logs
logs-7.txt
Example of
bad
value:Steps to Reproduce
1.1 Create a table with a binary(10) field
1.2 Insert value shorter than 10. (MsSql populates missing chars by \u0000)
The text was updated successfully, but these errors were encountered: