Closed blackjackgg closed 1 year ago
using cursor.fetchall() then throw this error below is a way to template solve this problem,change default decode to ignore mode
import codecs def strict_handler(exception): return u"", exception.end codecs.register_error("strict", strict_handler)
using cursor.fetchall() then throw this error below is a way to template solve this problem,change default decode to ignore mode
import codecs def strict_handler(exception): return u"", exception.end codecs.register_error("strict", strict_handler)