summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-26 13:11:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-26 13:11:21 -0400
commiteb06c142fcc577adb29853d723a0b564a4b68b21 (patch)
tree4d58a342062fb4472013c60f653c1e1118a7607f /lib/sqlalchemy/schema.py
parent740223d205efed73373e620c13c119986a9c42da (diff)
parentbfc948e44b15930e566d4afd4340570099af309b (diff)
downloadsqlalchemy-eb06c142fcc577adb29853d723a0b564a4b68b21.tar.gz
Merge branch 'master' into rel_0_9
Diffstat (limited to 'lib/sqlalchemy/schema.py')
-rw-r--r--lib/sqlalchemy/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py
index a8705beb4..8e5c94aba 100644
--- a/lib/sqlalchemy/schema.py
+++ b/lib/sqlalchemy/schema.py
@@ -1995,7 +1995,7 @@ class Constraint(SchemaItem):
pass
raise exc.InvalidRequestError(
"This constraint is not bound to a table. Did you "
- "mean to call table.add_constraint(constraint) ?")
+ "mean to call table.append_constraint(constraint) ?")
def _set_parent(self, parent):
self.parent = parent