[z3-checkins] r18704 - z3/sqlos/trunk/testing

andres at codespeak.net andres at codespeak.net
Mon Oct 17 11:14:11 CEST 2005


Author: andres
Date: Mon Oct 17 11:14:10 2005
New Revision: 18704

Modified:
   z3/sqlos/trunk/testing/sampleperson.py
Log:
Changed to 0.7 style.

Modified: z3/sqlos/trunk/testing/sampleperson.py
==============================================================================
--- z3/sqlos/trunk/testing/sampleperson.py	(original)
+++ z3/sqlos/trunk/testing/sampleperson.py	Mon Oct 17 11:14:10 2005
@@ -25,7 +25,8 @@
 
     # Disable cache, so we can see the real contents of the database
     # during testing.
-    _cacheValues = False
+    class sqlmeta:
+        cacheValues = False
 
     fullname = StringCol(length=50, notNull=1)
     username = StringCol(length=20, notNull=1)


More information about the z3-checkins mailing list