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

Support more types for convert ToBool #135

Closed

Conversation

hungnl-dev
Copy link

I find it weird for function converting ToBool to work with int but unable to convert int64, so I think we should add some more.
Types added:

  • int8
  • int16
  • int32
  • int64
  • uint
  • uint8
  • uint16
  • uint32
  • uint64

Types added:
- int8
- int16
- int32
- int64
- uint
- uint8
- uint16
- uint32
- uint64
@CLAassistant
Copy link

CLAassistant commented Mar 1, 2022

CLA assistant check
All committers have signed the CLA.

@ericuni
Copy link

ericuni commented Mar 27, 2022

Please accept this pull request, mysql bool is actually int8, we need this.

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.

None yet

3 participants