Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-mysql: Omit unexpected
DB_ROW_HASH_1
column values
See #1344 for the full explanation, but this commit adds a special-case to our document value translation logic to exclude columns by the name of `DB_ROW_HASH_1` for which we have no type information. There is no accompanying test because this can only be reproduced on MariaDB and we use MySQL for our default test setup, but I have tested this locally and confirmed that it fixes what would otherwise be a capture error.
- Loading branch information