-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Description
I got this on the Datasette homepage:
Error binding parameter 3 - probably unsupported type.
Turns out it was because I was running against old metadata.json with this in it:
"units": {
"units": {
"distance": "m",
"frequency": "Hz"
}
}And this was tripping up the code here:
Lines 766 to 767 in 1902735
| await self.get_internal_database().execute_write( | |
| """ |
Reactions are currently unavailable