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

Fix NULL being used as an argument when it should be a literal #34

Merged
merged 1 commit into from
Mar 15, 2017
Merged

Fix NULL being used as an argument when it should be a literal #34

merged 1 commit into from
Mar 15, 2017

Conversation

danielfbm
Copy link
Contributor

Changes nil values to literal NULL in prepared or non-prepared statements.

Some changes were made automatically by gofmt, sorry for that

} else {
buf.Write(me.Null)
}
buf.Write(me.Null)
return nil
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I figured out that it was best to change it here instead, let me know if you disagree, I can revert the changes and start over. I am not sure but it could possibly affect specific drivers?

Thanks

@doug-martin doug-martin merged commit 28d8bf3 into doug-martin:master Mar 15, 2017
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.

3 participants