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

Marshalling Data Type Inputs as a Slice of Bytes #108

Open
matthewh-BQ opened this issue Jul 27, 2020 · 1 comment
Open

Marshalling Data Type Inputs as a Slice of Bytes #108

matthewh-BQ opened this issue Jul 27, 2020 · 1 comment

Comments

@matthewh-BQ
Copy link
Contributor

When marshalling data type inputs that are represented as a slice of bytes, distinction between which data type it is fails in two scenarios:

  1. Blob vs Clob. Blob and clob inputs are a slice of bytes and by default, this will be treated as a blob.
  2. List vs SExp. Like the above, a similar issue arises. Instead, the default will be lists.
@fernomac
Copy link
Contributor

As with #107, my preference would be to add a MarshalAs equivalent of EncodeAs if this is something folks are running into.

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