summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-02-18 16:37:35 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-02-18 16:37:35 +0000
commit38dfca8c7f69aa578299035145d1359984edcf83 (patch)
tree888ce4467f130a9ee30a39bd1bc7788648962d3c
parentbc784f9556995ff0f4bf42144e55ff38441f065e (diff)
downloadsqlalchemy-38dfca8c7f69aa578299035145d1359984edcf83.tar.gz
comment verbiage
-rw-r--r--test/query.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/query.py b/test/query.py
index 978325c3f..e6eaf198f 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