Anki/rslib/src/storage/card/get_card.sql
Damien Elmes 826cbb0108 fetch template and note fields in backend during normal card render
Saves having to serialize the note fields and q/a templates, which
is particularly a win when rendering question/answer in the browse
screen.

Also some work towards being able to preview notes without having to
commit them to the database.
2020-05-13 10:38:49 +10:00

20 lines
No EOL
191 B
SQL

select
id,
nid,
did,
ord,
cast(mod as integer),
usn,
type,
queue,
due,
cast(ivl as integer),
factor,
reps,
lapses,
left,
odue,
odid,
flags,
data
from cards