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 for LONG, LONG RAW and BLOB data types? #32

Open
rgutierrez2004 opened this issue Apr 23, 2021 · 1 comment
Open

Support for LONG, LONG RAW and BLOB data types? #32

rgutierrez2004 opened this issue Apr 23, 2021 · 1 comment

Comments

@rgutierrez2004
Copy link

Would be nice to have support for at least one of these: LONG, LONG RAW and BLOB data type, nowadays is very common to store binary data in the DB (Megabytes or Gigabytes).

Any chance this can be done in the short term?

Regards,
R

@kubo
Copy link
Owner

kubo commented Apr 25, 2021

Inserting and querying LOB data types as String or Vec<u8> are supported. They are tested here.

If you need to read and write a portion of LOB, it has not been supported. Implementing std::io::Read, std::io::Seek and std::io::Write for BLOB is easy. However it isn't easy for CLOB.

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