Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testutils/db: handle col type bool on export
Since we are retrieving any type from the db rows.Scan we should handle the possible returned types for a bool col type. Currently handle booleans, int64 0 or 1, uint8[] of chars making a string of value "true" or "false".
- Loading branch information