soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

Test coverage for data types

Open vijaykiran opened this issue 2 years ago • 1 comments

Ensure we have test coverage for most of the common data types.

  • integer
  • decimals
  • varchar
  • date
  • time
  • timestamp
  • boolean

vijaykiran avatar Mar 28 '22 14:03 vijaykiran

Is there a specific idea about what we want to cover with tests for the data types? Our table that we use in all base tests has columns with all the mentioned types, we do at least schema and numeric checks on these, or do you have some more explicit data type tests in mind?

m1n0 avatar Apr 22 '22 01:04 m1n0