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

PR: Support for blobs #40

Open
amilajack opened this issue Mar 17, 2018 · 0 comments
Open

PR: Support for blobs #40

amilajack opened this issue Mar 17, 2018 · 0 comments
Assignees
Labels

Comments

@amilajack
Copy link
Member

amilajack commented Mar 17, 2018

Currently we just filter row values that have blobs because we don't support them:

{
  value: Object.values(value).filter(e => !(e instanceof Buffer))
}

We should add support for this. Even db browser has this:

screen shot 2018-03-17 at 4 59 04 pm

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

No branches or pull requests

2 participants