factor spacing into due time

This commit is contained in:
Damien Elmes 2009-10-01 20:17:40 +09:00
parent f4f3c94ec0
commit c8c7ad0b62

View file

@ -173,7 +173,7 @@ where cards.factId = facts.id """
def updateCard(self, index): def updateCard(self, index):
try: try:
self.cards[index.row()] = self.deck.s.first(""" self.cards[index.row()] = self.deck.s.first("""
select id, question, answer, due, reps, factId, created, modified, select id, question, answer, combinedDue, reps, factId, created, modified,
interval, factor, noCount, priority, (select tags from facts where interval, factor, noCount, priority, (select tags from facts where
facts.id = cards.factId), (select created from facts where facts.id = cards.factId), (select created from facts where
facts.id = cards.factId) from cards where id = :id""", facts.id = cards.factId) from cards where id = :id""",