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

[V1] Finalize definition of BYTE and BYTES in Datum. #1684

Open
RCHowell opened this issue Dec 16, 2024 · 0 comments
Open

[V1] Finalize definition of BYTE and BYTES in Datum. #1684

RCHowell opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RCHowell
Copy link
Member

Description

getByte() and getBytes() are marked as deprecated in Datum. Some suggestions are

  • use InputStream (ByteArrayInputStream) rather than byte[] for blob/clob (to be honest byte[] seems fine)
  • for getByte() we could remove TINYINT altogether (pretty disruptive) or keep BYTE along with the actual SQL bitstring type if we want strict SQL
@RCHowell RCHowell added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant