Re: [SQLObject] deleting an intermediate table

2011-03-14 Thread Oleg Broytman
On Mon, Mar 14, 2011 at 11:40:24AM +, Timothy W. Grove wrote: > If I have an old database which contains an intermediate table generated > by code such as 'videos = RelatedJoin("ExplanatoryVideos")' , and the > class has been changed to no longer require a 'many-to-many' > relationship, can

[SQLObject] deleting an intermediate table

2011-03-14 Thread Timothy W. Grove
If I have an old database which contains an intermediate table generated by code such as 'videos = RelatedJoin("ExplanatoryVideos")' , and the class has been changed to no longer require a 'many-to-many' relationship, can this intermediate table be deleted through SQLObject to update the old da