Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

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

robmwalsh opened this issue Nov 23, 2020 · 1 comment

Comments

@robmwalsh
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants