-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Datasette row URLs break for binary data as a primary key #2419
Comments
I think the bigger problem here is that a row page with a binary primary key cannot even be linked to. Maybe need some kind of way of representing |
Relevant code: datasette/datasette/views/row.py Lines 17 to 21 in 2170269
Which calls: Lines 1643 to 1651 in 2170269
Which calls: datasette/datasette/utils/__init__.py Lines 1234 to 1246 in 2170269
|
Sometimes people store UUIDs or ULIDs as compact BLOBs instead of their more verbose TEXT format. (don't really see much value in that personally but I guess it's something to consider) |
Spotted this while browsing a FTS table:
Schema is:
Got a 404 error when I clicked the link to e.g.
/content/releases_fts_idx/3,b~270thei~27
The text was updated successfully, but these errors were encountered: