[SQL-CVS] r573 - trunk/SQLObject/sqlobject/tests
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2005-02-08 07:59:41
|
Author: ianb Date: 2005-02-08 07:59:38 +0000 (Tue, 08 Feb 2005) New Revision: 573 Modified: trunk/SQLObject/sqlobject/tests/test_blob.py Log: Added note about SQLite Modified: trunk/SQLObject/sqlobject/tests/test_blob.py =================================================================== --- trunk/SQLObject/sqlobject/tests/test_blob.py 2005-02-08 07:45:24 UTC (rev 572) +++ trunk/SQLObject/sqlobject/tests/test_blob.py 2005-02-08 07:59:38 UTC (rev 573) @@ -19,4 +19,7 @@ ImageData._connection.cache.clear() prof2 = ImageData.get(iid) + # @@: This seems to fail in SQLite, which trims off the + # first and last character (\x00 and \xff). We should write + # a test for the upstream driver, as the error might be there. assert prof2.image == data |