zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

add round trip testing for all column types (postgres module)

Open bertlebee opened this issue 4 years ago • 1 comments

This should use zio-sql to insert values into the database, then read them back out, and ensure they're the same as the ones that went in.

This is dependent on InsertModule.

bertlebee avatar Nov 23 '20 21:11 bertlebee

Types that we are inserting to db and types that we are reading back are depending on the description of the table. If metamodel is wrongly defined, inserts and read fail at runtime. @robmwalsh Can you please clarify what this would test?

sviezypan avatar Feb 23 '22 21:02 sviezypan