conversion.ConverterBase misses import errors

Bug #418530 reported by Geert JM Vanderkelen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Connector/Python
Fix Released
Low
Geert JM Vanderkelen

Bug Description

Add import errors to satisfy ConverterBase._get_db()

    def _get_db(self):
        if not self.db:
            raise errors.ProgrammingError, 'Cursor closed.'
        return self.db

Changed in myconnpy:
assignee: GeertJanVanderkelen (geert) → Geert JM Vanderkelen (geertjmvdk)
Changed in myconnpy:
status: Confirmed → Fix Committed
Changed in myconnpy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.