Menu

#85 card id overlaps when "quickly" importing csv

open
5
2012-08-25
2009-03-07
errabes
No

It's only a very small problem, but it took me some time to understand why I couldn't merge some decks in cardboxes.

When importing a csv, initial card id is the time in seconds, then increased with each card.
So if I import 100 cards, then import another deck in less than 100 sec, some card id will overlap.

Some solutions:
- keeping a general last_created_card_id in memory
- comparing more than id to find dupes

Discussion


Log in to post a comment.