Skip to content

Conversation

@JaBistDuNarrisch
Copy link

Fixes #92

@JaBistDuNarrisch JaBistDuNarrisch merged commit 25c32c0 into master Aug 11, 2025
1 check passed
@JaBistDuNarrisch JaBistDuNarrisch deleted the boolean-default-values-postgre branch August 11, 2025 09:33
@JaBistDuNarrisch JaBistDuNarrisch self-assigned this Aug 11, 2025
[TestCase("FALSE", false)]
[TestCase("f", false)]
[TestCase("F", false)]
[TestCase("false", false)]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doppelt

[TestCase("f", false)]
[TestCase("F", false)]
[TestCase("false", false)]
[TestCase("FALSE", false)]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doppelt

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.

Add boolean default value tests for Postgre

4 participants