Code: Alles auswählen
sqlalchemy.exc.ProgrammingError: (ProgrammingError) You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. u'INSERT INTO tgbuch (text, datum, zeit) VALUES (?, ?, ?)' ('umlaute \xc3\xbc\xc3\xbc\xc3\xbc\xc3\xbc\xc3\xbc', '13.05.2014', '19:38:09')