mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
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.
20 lines
No EOL
191 B
SQL
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 |