Comment 8 for bug 718828

Revision history for this message
Xiaonuo Gantan (xiaonuogantan) wrote :

I've pushed revision 50 up to the repository which contains a modified copyLemmaDocs.py which could be run from the command line:
$ python copyLemmaDocs.py -m 'hostname' -u 'username' -p 'password' -d 'database name'

If the column 'lemma_doc_id' already exists in the 'words' table, the user will be asked whether to continue the update. If it doesn't exist, it will be added to the 'words' table.

I tried the new copyLemmaDocs.py and I can open any document without problems.