[pysqlite] Avoid conversion to unicode for APSW
"Nemanja Čorlija" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have some databases that are created by importing csv data via command line sqlite3 app and they contain some non-ascii chars that can't be converted to unicode. This of course works well with sqlite3 app but it breaks with APSW due to failed conversion to unicode. In list archives I found a solution to this problem using something like "con.text_factory = str" with pysqlite and verified that it does solve the problem for me. Is something like that available for APSW as well? Thanks -- Nemanja Čorlija <[email protected]> _______________________________________________ list-pysqlite mailing list [email protected] http://itsystementwicklung.de/cgi-bin/mailman/listinfo/list-pysqlite