you'd have to illustrate a working example of the code that causes that.
On Feb 20, 2013, at 6:18 AM, Christian Démolis <[email protected]> wrote: > Hi, > > AttributeError: 'NoneType' object has no attribute 'twophase' > > 243. > 244. > 245. > 246. > 247. > 248. > > 249. > 250. > 251. > 252. > "Session already has a Connection associated for the " > "given Connection's Engine") > > else: > conn = bind.contextual_connect() > > > if self.session.twophase and self._parent is None: > > > transaction = conn.begin_twophase() > elif self.nested: > > transaction = conn.begin_nested() > else: > > Anybody understand this error ? > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
