cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

`dux_pending_rows` trigger can't handle blobs #99

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

We currently naively put the values into a json_object(...) call. If it's a blob, we should put hex(...) in the json object, and then decode it suitable in python-land