Search Criteria
Package Details: sqlite-utils 3.39-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sqlite-utils.git (read-only, click to copy) |
|---|---|
| Package Base: | sqlite-utils |
| Description: | CLI tool and Python utility functions for manipulating SQLite databases |
| Upstream URL: | https://sqlite-utils.datasette.io/ |
| Licenses: | Apache-2.0 |
| Conflicts: | sqlite-utils |
| Submitter: | NBonaparte |
| Maintainer: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 7 |
| Popularity: | 0.21 |
| First Submitted: | 2021-07-01 21:06 (UTC) |
| Last Updated: | 2026-02-17 06:16 (UTC) |
Dependencies (11)
- python-click
- python-click-default-groupAUR
- python-dateutil (python-dateutil-gitAUR)
- python-pluggy
- python-sqlite-fts4AUR
- python-tabulate (python-tabulate-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-hypothesis (check)
- python-pytest (check)
Latest Comments
radonatbeeper commented on 2026-03-02 17:06 (UTC)
This appears to be an upstream bug, I have filed https://github.com/simonw/sqlite-utils/issues/713. Another workaround is to skip running checks when running makepkg.
micwoj92 commented on 2026-02-08 21:31 (UTC) (edited on 2026-02-08 21:31 (UTC) by micwoj92)
@oncomouse you need to rebuild python-sqlite-fts4
oncomouse commented on 2026-02-06 16:37 (UTC)
I am having trouble upgrading to 3.39. I get the following error:
I have
python-sqlite-fts4installed from the AUR but also get this error when I try to runimport sqlite_fts4in the python CLI. Anyone know how to fix this?micwoj92 commented on 2025-07-07 12:27 (UTC)
It is not related to "datetime parsing". This is because you have
python-sqlite-migrateinstalled, as a workaround you can uninstall it and then rerun.hak8or commented on 2025-07-05 14:51 (UTC)
Has anyone had any luck with finding a resolution for the following failing test output? It's been happening on my system for ~ a month or so at this point, but I am not seeing any discussion on the upstream project nor in the arch forums or arch subreddit. Maybe my google-fu is lacking though.
I suspect it's related to datetime parsing based on this;
With the full output on pastebin (since comment length here is limited); https://pastebin.com/bMr4dE1B
Apparently this has something to do with some sqlite-migrate plugin and there was some discussion here in the past about a patch file, but I am not seeing either here.