cast icon indicating copy to clipboard operation
cast copied to clipboard

Support more types for convert ToBool

Open hungnl-dev opened this issue 2 years ago • 2 comments

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

hungnl-dev avatar Mar 01 '22 06:03 hungnl-dev

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 01 '22 06:03 CLAassistant

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

ericuni avatar Mar 27 '22 07:03 ericuni