You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to migrate-users
Hi,
In genmodel.py, line 198 is:
modelTable = modelTable.tometadata(meta)
I've found that removing this line fixes several instances of this
command raising an unexpected exception.
Any ideas why this line was there?
Paul
Christian Simms
unread,
Nov 19, 2009, 10:13:32 PM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to migrat...@googlegroups.com
I wrote that line a year and a half ago. I was getting a low-level sqlalchemy exception that I didn't understand, but putting that call in did the trick. In particular, removing that call made the tests pass but the command line fail (adding a new column). If everything works now without it then great!