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

Support bytea column #392

Closed
jeenkhoorn opened this issue Nov 14, 2022 · 2 comments
Closed

Support bytea column #392

jeenkhoorn opened this issue Nov 14, 2022 · 2 comments

Comments

@jeenkhoorn
Copy link

Required Functionality
I want to use synth on a PostgreSQL DB, however, it does not feature a converter for bytea.

Proposed Solution
Implement a converter for bytea.

Use case
I want to import my database in synth, but I'm currently blocked. I'm not interested in a representative generated value for the columns, a default value would suffice.

@sanymakam
Copy link

Is this issue solved?
I am using version synth 0.6.9
I am trying to connect to my postgres DB to import the schema and then generate the test data. But I am getting the below error

Error: We haven't implemented a converter for bytea
Can someone please help?

@iamwacko
Copy link
Contributor

Is this issue solved? I am using version synth 0.6.9 I am trying to connect to my postgres DB to import the schema and then generate the test data. But I am getting the below error

Error: We haven't implemented a converter for bytea Can someone please help?

No, this issue isn't resolved. I don't know why jeenkhoorn closed this issue, but #417 is open instead. I will try to prioritize implementing bytea, but this project isn't my entire life. Feel free to contribute though.

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

3 participants