This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Ingo Ruhnke, berker.peksag, ghaering, palaviv
Date 2017-01-05.03:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483588384.0.0.369648757261.issue29021@psf.upfronthosting.co.za>
In-reply-to
Content
We can just fallback to the current behavior (i.e. return None) if the return type of text_factory(val_str) is not str, bytes or bytearray. I think this is also somewhat similar to what we do for the return values of sqlite3_column_text().
History
Date User Action Args
2017-01-05 03:53:04berker.peksagsetrecipients: + berker.peksag, ghaering, Ingo Ruhnke, palaviv
2017-01-05 03:53:04berker.peksagsetmessageid: <1483588384.0.0.369648757261.issue29021@psf.upfronthosting.co.za>
2017-01-05 03:53:03berker.peksaglinkissue29021 messages
2017-01-05 03:53:03berker.peksagcreate