cast
cast copied to clipboard
Support more types for convert ToBool
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
Please accept this pull request, mysql bool is actually int8, we need this.