Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
marshal: fix marshalling of ints with a wrong type (apache#1058)
When trying to marshal a value with the wrong type into a int, smallint or tinyint, marshalInt, marshalSmallint and marshalTinyint fail with a panic because IsNil is called on a non-pointer value.
- Loading branch information