veekun_pokedex/pokedex/db
2013-12-19 15:46:31 +01:00
..
__init__.py Remove table renaming from connect(), instead require 'from pokedex.db.oracle import *' followed by 'rewrite_long_table_names()'; 2013-12-19 13:45:07 +01:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Grouped all the hackery manipulations of the names in oracle.py, easily reversible too. Fixed dump to read from short named columns but dump in long named files. Load/dump now uses oracle.py to handle the name stuff. 2013-12-19 15:46:31 +01:00
markdown.py Only markdownify $target if move.range exists. 2012-08-06 14:10:36 -04:00
multilang.py Add __tablename__ to translation tables 2013-08-07 14:13:04 +02:00
tables.py Support for Oracle: auto-shorten long table names, use UnicodeText() instead of Unicode(4000) because of size limitations for the mapped datatypes in Oracle 2013-12-18 14:32:13 +01: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