From: Eevee Date: Fri, 1 May 2009 13:24:09 +0000 (-0700) Subject: Made csvimport somewhat tolerant of load errors. X-Git-Tag: veekun-promotions/2010050901~271 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/830d38a5620c676f9369e7acadbd972464e57984?hp=830d38a5620c676f9369e7acadbd972464e57984 Made csvimport somewhat tolerant of load errors. It used to abruptly abort if a csv file were missing, which wasn't very nice when I'd just added a new table definition and was trying to reload everything else. Now it prints a status per table while loading, and will declare missing tables to be... missing. ---