veekun_pokedex/pokedex/db
Andrew Ekstedt 7d1b8cc4f8 Improve table docs w.r.t. ids and game indices.
Went though the table docs and noted which tables have ids that correspond
to game ids, and explained why we sometimes have ids in the 10000s.

Since docs attached to id columns aren't displayed in the web documentation,
these edits all go in the class docstring, and i took the liberty of deleting
the id column docs from every table i touched.

Also: added some words about how to get to the species from pokemon and
pokemon_form.

Also: note that item flags are not official (they are a holdover from
brownkun) and item pockets are sort of kind of official (they originated from
D/P i believe, but i'm not sure how we've been assigning them for newer items).

Pertains to #99.
2015-06-17 16:38:16 -07:00
..
__init__.py General code tidying for this Oracle fix. 2014-02-21 17:48:19 -05:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py load: Use COPY FROM STDIN on PostgreSQL. 2015-05-30 22:48:20 -07:00
markdown.py Only markdownify $target if move.range exists. 2012-08-06 14:10:36 -04:00
multilang.py "Fix" MultilangQuery. 2015-05-23 18:26:09 -07:00
oracle.py Update the docstring on rewrite_long_table_names. 2014-02-21 17:59:52 -05:00
tables.py Improve table docs w.r.t. ids and game indices. 2015-06-17 16:38:16 -07:00
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py Make id lookup util.get use query.get, avoiding queries for dupe lookups 2011-05-06 12:40:44 +03:00