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

Issue: pyo3_runtime.PanicException: not yet implemented #1658

Open
omeratia opened this issue Aug 11, 2024 · 0 comments
Open

Issue: pyo3_runtime.PanicException: not yet implemented #1658

omeratia opened this issue Aug 11, 2024 · 0 comments

Comments

@omeratia
Copy link

Using the Turso DB straight from my Flask python backend, i've faced an issue when trying to use a INSERT OR IGNORE sqlite clause.

The code is:
for track in tracks_info:
# Insert or ignore album information
conn.execute('''
INSERT OR IGNORE INTO apple_albums (apple_album_id, title, release_year, artist_id, picture_url)
VALUES (?, ?, ?, ?, ?)
''', (track['apple_album_id'], track['album_title'], track['release_year'], track['apple_artist_id'], track['image_url']))

This results in : pyo3_runtime.PanicException: not yet implemented

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

1 participant