Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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

Open
bertlebee opened this issue Nov 23, 2020 · 1 comment
Open

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

bertlebee opened this issue Nov 23, 2020 · 1 comment

Comments

@bertlebee
Copy link
Contributor

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.

@sviezypan
Copy link
Collaborator

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants