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

escaping boolean to 0 or 1 for mssql #4621

Closed
wants to merge 2 commits into from

Conversation

jonnolen
Copy link
Contributor

@jonnolen jonnolen commented Oct 7, 2015

resolves #4619,

looking for feedback on where the tests live that might be covering this old behavior.

escaping boolean to be 0 or 1 for mssql dialect.
@jonnolen
Copy link
Contributor Author

jonnolen commented Oct 7, 2015

i'll get that straightened out tonight.

@janmeier
Copy link
Member

Thanks! :)

Squashed and changelog added in 0de4046

@janmeier janmeier closed this Oct 12, 2015
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.

Where is generating where BooleanProperty = 'false' instead of where BooleanProperty = 0
2 participants