mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
The Python tests are passing, but there are still a number of issues to work through, and the table/protobuf schema is not yet finalized.
4 lines
No EOL
100 B
SQL
4 lines
No EOL
100 B
SQL
insert
|
|
or replace into decks (name, id, mtime_secs, usn, common, kind)
|
|
values
|
|
(?, ?, ?, ?, ?, ?) |