I just discovered upon testing my app with trunk that this reversion didn't fix my errors. Starting with r6494 and continuing to trunk, I get no records in my sqlite queries on Mac at least, and the following output:
2011-03-30 15:28:37 - ERROR - Error fetching records: (<class 'sqlite3.OperationalError'>, Could not decode to UTF-8 column 'cust_name' with text 'Classique DÈcor') Paul On 3/14/11 5:04 PM, Jacek Kałucki wrote: > dabo Commit > Revision 6497 > Date: 2011-03-14 17:04:31 -0700 (Mon, 14 Mar 2011) > Author: Jacekk > Trac: http://trac.dabodev.com/changeset/6497 > > Changed: > U trunk/dabo/db/dDataSet.py > > Log: > Temporary revert changes until find proper solution. > > Diff: > Modified: trunk/dabo/db/dDataSet.py > =================================================================== > --- trunk/dabo/db/dDataSet.py 2011-03-14 20:36:04 UTC (rev 6496) > +++ trunk/dabo/db/dDataSet.py 2011-03-15 00:04:31 UTC (rev 6497) > @@ -352,8 +352,7 @@ > self._connection = sqlite.connect(":memory:", > > detect_types=(sqlite.PARSE_DECLTYPES|sqlite.PARSE_COLNAMES), > isolation_level="EXCLUSIVE") > - if not self._alreadyCorrectedFieldTypes: > - self._connection.text_factory = str > + self._connection.text_factory = str > if self._cursor is None: > self._cursor = > self._connection.cursor(factory=DictCursor) > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
