question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for binary types

See original GitHub issue

We should add support for VARBINARY to support ByteBuffer/byte[] representations of binary data.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mp911decommented, Feb 17, 2019

There would be three types:

  • BINARY(n)
  • VARBINARY(n)
  • VARBINARY(MAX) - this one is related to #28. let’s leave this one for later.
0reactions
uaihebertcommented, Feb 17, 2019

hello, I will invest time in this task this week.

Could you just help me with one more thing? I want to create a local table, what should be the correct column type?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enabling binary support using the API Gateway console
Enable binary support in the API Gateway console. ... In the Settings pane, choose Add Binary Media Type in the Binary Media Types...
Read more >
Add support for binary data types in SQL Server an...
Add support for binary data types in SQL Server and Azure SQL DB. Idea Options.
Read more >
Binary Data Types - Vertica
Binary operators & , ~ , | and # have special behavior for binary data types, as described in Bitwise Operators. The following...
Read more >
Support for binary type · Issue #1747 · prisma/prisma - GitHub
Hi folks, I'm looking to store and access large arrays of binary data using PostgreSQL and Prisma, but it doesn't seem like the...
Read more >
Binary data types - IBM
Netezza supports two types of binary data types for use in tables and external tables. The following table describes the binary data types....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found