9daa0c9acb
This was broken by an SQLite upgrade - previously we received the rows in ix_cards_sched order, but recent versions use a table scan for that query when the order is unspecified. Solved by being explicit about the order we expect results to arrive. https://forums.ankiweb.net/t/skipping-new-cards/15410 |
||
---|---|---|
.. | ||
.cargo | ||
build | ||
cargo | ||
i18n | ||
i18n_helpers | ||
src | ||
tests | ||
.gitignore | ||
BUILD.bazel | ||
Cargo.toml | ||
empty.rs | ||
README.md | ||
rustfmt.bzl | ||
rustfmt.toml |
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.