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. |
||
---|---|---|
.. | ||
data/csv | ||
db | ||
doc | ||
struct | ||
tests | ||
util | ||
__init__.py | ||
__main__.py | ||
compatibility.py | ||
defaults.py | ||
formulae.py | ||
lookup.py | ||
main.py | ||
roomaji.py |