MySQLConverter._STRING_to_python should check 7th desc arg better

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

Bug Description

    def _STRING_to_python(self, v, dsc=None):
..
        if dsc is not None:
            # Check if we deal with a SET
            if dsc[7] & FieldFlag.SET:
                return self._SET_to_python(v, dsc)

dsc[7] is some extention to PEP249 and should be cheked better.

Changed in myconnpy:
assignee: nobody → Geert JM Vanderkelen (geertjmvdk)
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.