9c902aec18
Before sqlite 3.15, the parameter to vacuum was ignored. Since sqlite 3.15, it became a database name parameter. The "vacuum analyze" syntax was never supported by sqlite, seems to be just a psql thing. The error for this is "OperationalError: unknown database analyze", and happens when doing a media sync. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
.gitignore | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
README.addons | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see http://ankisrs.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
If you're a developer, you can learn more about building Anki in README.development.