Bug#469644: python-pysqlite2: unicode bug while processing non-unicode text

2008-03-14 Thread Joel Rosdahl
Hi Benjamin, Thanks for your bug report and sorry for the delay. Benjamin Schweizer <[EMAIL PROTECTED]> writes: > pysqlite-2.3.2 accepts binary data on insertss but selects return > unicode strings. This results in unicode conversion bugs when > non-unicode bytes are stored in the database. > >

Bug#469644: python-pysqlite2: unicode bug while processing non-unicode text

2008-03-06 Thread Benjamin Schweizer
Package: python-pysqlite2 Version: 2.3.2-2 Severity: normal pysqlite-2.3.2 accepts binary data on insertss but selects return unicode strings. This results in unicode conversion bugs when non-unicode bytes are stored in the database. As sqlite3 accepts binary data in text fields, this seems to be