1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00
veekun_pokedex/pokedex/db
Andrew Ekstedt 93988d966c load: Use COPY FROM STDIN on PostgreSQL.
COPY FROM FILE requires database superuser permissions,
because of the obvious security implications.

COPY FROM STDIN has no such restriction.

Also do some cleanup while we're here.
2015-05-30 22:48:20 -07:00
..
__init__.py General code tidying for this Oracle fix. 2014-02-21 17:48:19 -05:00
dependencies.py
load.py load: Use COPY FROM STDIN on PostgreSQL. 2015-05-30 22:48:20 -07:00
markdown.py
multilang.py
oracle.py
tables.py
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py