mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
99184a6fde
MySQL again. Indexed keys have a maximum length of 767 bytes and unicode is stored as 3 bytes per character. Since 256*3 = 768, that pushes us just past the limit. Could lower the length to 255 characters, but let's go further - currently only names and identifers have a length limit, and if a name or identifier doesn't fit in a terminal then i don't want to see it. Fixes issue #123. |
||
---|---|---|
.. | ||
__init__.py | ||
dependencies.py | ||
load.py | ||
markdown.py | ||
multilang.py | ||
oracle.py | ||
tables.py | ||
translations.py | ||
util.py |