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

Adding dialect override for AppendBool #696

Closed
wants to merge 1 commit into from
Closed

Adding dialect override for AppendBool #696

wants to merge 1 commit into from

Conversation

srs
Copy link
Contributor

@srs srs commented Oct 27, 2022

In MSSQL it does not work for inserting and updating using boolean value. For using BIT to work we need to override AppendBool in dialect.

Added in this pull-request an override for AppendBool in MSSQL dialect. Verified against Postgres and MSSQL - works as expected.

@srs srs closed this Oct 27, 2022
@srs srs deleted the feature/append-bool-in-dialect branch October 27, 2022 18:51
@srs srs restored the feature/append-bool-in-dialect branch October 27, 2022 18:51
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.

1 participant