Apparently my reply a couple of days ago didn't appear, hmm. No matter, it was a load of old tosh anyway.
The issue was resolved by my updating to 0.3.5. I was still using 0.3.3 at the time - should've checked that. However I then started experiencing strangeness in that SA was attempting to insert two of the same row into the secondaryjoin table (causing an IntegrityError). Having just noticed a mistake in my code, it seems I was trying to put an instance of the secondaryjoin table into the 'tags' list attribute, where an instance of the primaryjoin should've gone... Is there some way to protect against/catch such things? WrongObjectTypeYouEejitError? ;) Also, the tags attribute doesn't seem to have any problem with flushing AFAICT, it works exactly as expected. :) Takk, - Mel C --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
