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

Ability to assert null values from Postgresql DB #1583

Closed
JuliaKaminskaya opened this issue Apr 21, 2021 · 0 comments · Fixed by #1763
Closed

Ability to assert null values from Postgresql DB #1583

JuliaKaminskaya opened this issue Apr 21, 2021 · 0 comments · Fixed by #1763
Assignees
Labels
feature New feature or request
Milestone

Comments

@JuliaKaminskaya
Copy link

If null values appear in a select from a postgresql it cannot be compared correctly to an Examples table from test scenario. An assertion fails because "null" has null data type in the select and text data type in the test scenario.
image

It would be great to have a possibility to assert "null" values from DB to assert full select without any exclusions.

Please note that a types transformation to text during select is not working for null values. Assertion fails anyway.

@JuliaKaminskaya JuliaKaminskaya added the feature New feature or request label Apr 21, 2021
@ikalinin1 ikalinin1 self-assigned this May 4, 2021
@valfirst valfirst added this to the 0.3.7 milestone Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants