From 38dfca8c7f69aa578299035145d1359984edcf83 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 18 Feb 2006 16:37:35 +0000 Subject: [PATCH] comment verbiage --- test/query.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/query.py b/test/query.py index 978325c3fb..e6eaf198f5 100644 --- a/test/query.py +++ b/test/query.py @@ -42,11 +42,11 @@ class QueryTest(PersistTest): print repr(self.users.select().execute().fetchall()) def testpassiveoverride(self): - """primarily for postgres, tests that when we get a column back + """primarily for postgres, tests that when we get a primary key column back from reflecting a table which has a default value on it, we pre-execute that PassiveDefault upon insert, even though PassiveDefault says - "let the database execute this", because in postgres we have to otherwise - we cant locate the inserted row.""" + "let the database execute this", because in postgres we must have all the primary + key values in memory before insert; otherwise we cant locate the just inserted row.""" try: db.execute(""" CREATE TABLE speedy_users -- 2.47.2