veekun_pokedex/pokedex/db
Andrew Ekstedt 717e52b66a Limit Unicode columns to 4000 characters. Fixes #102.
This is the maximum length of an NVARCHAR column in SQL Server 2012.[1]

Our longest bit of prose is currently Substitute's effect, at 3180
characters.

[1]: http://technet.microsoft.com/en-us/library/ms186939.aspx
2013-11-16 16:50:15 -08:00
..
__init__.py Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Ahem, ACTUALLY drop types when loading. 2012-03-31 21:30:05 -07: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 Limit Unicode columns to 4000 characters. Fixes #102. 2013-11-16 16:50:15 -08: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