[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.