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

not yet implemented: blobs not supported #62

Open
flexchar opened this issue Jun 7, 2024 · 2 comments
Open

not yet implemented: blobs not supported #62

flexchar opened this issue Jun 7, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@flexchar
Copy link

flexchar commented Jun 7, 2024

I think this is pretty self explanatory. :)

thread '<unnamed>' panicked at src/lib.rs:453:40:
not yet implemented: blobs not supported
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Traceback (most recent call last):
rows = cur.fetchall()
pyo3_runtime.PanicException: not yet implemented: blobs not supported
@flexchar
Copy link
Author

flexchar commented Jun 7, 2024

For the context, I build Sqlite using Drizzle/Turso in TypeScript. I have one column that is blob. I am now trying to query from Python and got this error. I switched to the native sqlite3 library and it worked fine (I am using local db.sqlite file while prototyping).

@isaccavalcante
Copy link

I stumbled upon this as well, in my case I believe was an attribute None which I replaced to an empty string meanwhile.

@penberg penberg added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants