Alastair Houghton wrote: > > I think the correct fix is to change the first line of each _get_impl > () method from > > e = self.engine > > to > > e = self._engine.engine > > so that it doesn't go back via __getattr__ again. >
OK, thats a nicer fix.... ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

