CSV import now respects NULLability of columns.
authorEevee <git@veekun.com>
Mon, 9 Mar 2009 01:34:48 +0000 (21:34 -0400)
committerEevee <git@veekun.com>
Mon, 9 Mar 2009 01:34:48 +0000 (21:34 -0400)
commit6f671801c0151ddc253645ecaccb520d5d868330
treea5f0a74842a47a8397aeb0537a6cce2d3ea53f48
parente436aa7bfeb905899777318818ac9c51c1917593
CSV import now respects NULLability of columns.

Empty strings loaded into NULL columns are changed to NULL instead.
pokedex/__init__.py