j > Here you're holding onto open cursors with 'something == > ordinateurs.fetchone()'. Either explicitly close() the two result sets > you're accessing with fetchone() or remove your reference to the rows > and python gc will get around to closing the cursors at some point. > > ok thanks.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
