Closed
Description
When table has numeric column, returned value is string. Is this by design so as not to loose arbitrary precision? If not, it is a bug.
From int and bigint columns values are returned as numbers. Note that some bigint (64 bit) values will be mangled when pushed into javascript number, 64float, or 50-something integer safe bits.