veekun_pokedex/pokedex
Eevee 64d3c7d5f1 Fixed csvexport to write in primary key order.
Good news: This no longer relies on InnoDB's default row order.

Bad news: InnoDB in MySQL 5.0 has a bug where it will sort rows
physically according to a secondary index, if there's a composite
primary key and a single-column index and the phase of the moon is
right.  So a couple tables have been, once again, reordered -- but
correctly this time.

Good news: This bug will no longer fuck me up!
2009-07-26 22:19:27 -07:00
..
data/csv Fixed csvexport to write in primary key order. 2009-07-26 22:19:27 -07:00
db Very simple items table and wild held item data. #10 2009-07-17 23:33:36 -07:00
__init__.py Fixed csvexport to write in primary key order. 2009-07-26 22:19:27 -07:00
formulae.py Added a function for the EXP formula. 2009-03-27 19:49:20 -04:00
lookup.py Removed the need for a spelling column in the lookup index. #15 2009-07-26 00:37:37 -07:00
roomaji.py Migrated a roomaji library over from spline-pokedex. 2009-07-25 17:21:53 -07:00