]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
zoomark adjustment for the pybot... rel_0_4beta6
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Sep 2007 00:28:58 +0000 (00:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Sep 2007 00:28:58 +0000 (00:28 +0000)
CHANGES
test/profiling/zoomark.py

diff --git a/CHANGES b/CHANGES
index cfba8ff227d6761c35b37757b8439d032b6f9337..35baf8da678d607490993a8957eb5e6151e66c3d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -19,8 +19,8 @@ CHANGES
   inheritance relationships need to be constructed in inheritance order
   (which should be the normal case anyway).
 
-- added "FETCH" to the keywords detected by Postgres to indicate a result-row holding 
-  statement (i.e. in addition to "SELECT").
+- added "FETCH" to the keywords detected by Postgres to indicate a 
+  result-row holding statement (i.e. in addition to "SELECT").
 
 - Added full list of SQLite reserved keywords so that they get escaped
   properly.
index a5bad22b3a962b390ee17263cf5be4dc1b813d65..305e2a3d99ff03cc4cfff8e54d7e5f9e6f908ee5 100644 (file)
@@ -44,7 +44,7 @@ class ZooMarkTest(testing.AssertMixin):
         metadata.create_all()
         
     @testing.supported('postgres')
-    @profiling.profiled('populate', call_range=(4380, 4410), always=True)        
+    @profiling.profiled('populate', call_range=(4350, 4410), always=True)        
     def test_1a_populate(self):
         Zoo = metadata.tables['Zoo']
         Animal = metadata.tables['Animal']