Make pokedex work with SQLAlchemy 0.7. Warning: ugly hack! encukou-sqla-0.7
authorPetr Viktorin <encukou@gmail.com>
Wed, 13 Apr 2011 15:43:34 +0000 (18:43 +0300)
committerPetr Viktorin <encukou@gmail.com>
Wed, 13 Apr 2011 15:43:34 +0000 (18:43 +0300)
commit95cf16a6a0521a5bd78222f847953e6c7dd6fbe6
tree3e1404d9947835aad8a53f6e5bc720308b8783f5
parentd2880d4f03e6192e08f6a9eb70c485027de0fe8a
Make pokedex work with SQLAlchemy 0.7. Warning: ugly hack!

In its quest to reduce the number of calls, SQLAlchemy 0.7 sometimes
bypasses session.execute, where the _default_language_id bound parameter
was set.

Monkeypatching the connection works for now, but I hope there's a better
way (see multilang.py).
pokedex/db/load.py
pokedex/db/markdown.py
pokedex/db/multilang.py
setup.py