Skip to content

SQL Server bit is not converted to True/False in row validation when comparing with bool #1583

@nj1973

Description

@nj1973

Describe the bug
SQL Server bit is not converted to True/False in row validation when comparing with bool

See test test_row_validation_sql_server_to_postgres (search for issue-1583") for details.

What type of connections are you using for source and target?
SQL Server, PostgreSQL

Steps to reproduce the behavior
Row validate a SQL Server bit vs a PostgreSQL boolean.

Expected behavior
The bit value should be converted to string "True" or "False".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions