We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pks
I'm not sure how to repro this yet. I got it into a state where autosuggest was failing:
Traceback (most recent call last): ... File "/home/cldellow/src/project/db/venv/lib/python3.8/site-packages/datasette_ui_extras/column_stats.py", line 641, in autosuggest_column keys = list(pk.items()) AttributeError: 'str' object has no attribute 'items'
The underlying pks column looked like:
pks=['{"id":"wixlkq"}']
This is unexpected, it should be:
pks=[{"id":"wixlkq"}]
Running
datasette undux mydb.db datasette dux mydb.db
fixed it.
The text was updated successfully, but these errors were encountered:
Seems to be related to pysqlite3-binary, or a newer version of SQLite? see #98
Sorry, something went wrong.
Will fix it in #98, closing this one
No branches or pull requests
I'm not sure how to repro this yet. I got it into a state where autosuggest was failing:
The underlying pks column looked like:
This is unexpected, it should be:
Running
fixed it.
The text was updated successfully, but these errors were encountered: