From: Mike Bayer Date: Sat, 18 Feb 2006 16:37:35 +0000 (+0000) Subject: comment verbiage X-Git-Tag: rel_0_1_1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38dfca8c7f69aa578299035145d1359984edcf83;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git comment verbiage --- 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