sql convert: Use more library functions
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 24 Dec 2011 14:55:33 +0000 (15:55 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 1 Jan 2012 22:51:14 +0000 (23:51 +0100)
commit010fe2d71bf8b1c47c12234466d759561df18355
tree77b976984d7f615fe6e152d8f63d2132eb59501a
parentada0642e5a619a3dce4050db535eb065e0cdc798
sql convert: Use more library functions

1. Use the new setup_connection_and_db_from_config in the
   sql backend.

2. Use sql and mongo specific functions wherever
   appropiate instead of the generic "db.X" one. This makes
   the converter more indepedent of the current backend
   choice.
mediagoblin/db/sql/convert.py