]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- document that "column" and "where" are arbitrary SQL expressions
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2017 21:01:20 +0000 (16:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2017 21:03:30 +0000 (16:03 -0500)
commit00f2e31f210e11906792b8266ec2fb077fd602fb
treebbd0d7b1081765131153b17497210d5451c2178c
parentef6b2c9087bdb90fb172f1ea8938229d76c2034e
- document that "column" and "where" are arbitrary SQL expressions
for ExcludeConstraint, if string is used then quoting must
be applied manually.  fixes #3899

Change-Id: I5885c90179e4056b84fc4776464bba7c8c70a80a
(cherry picked from commit a24801ae8de469f1e78bdb0c02b28de263c2310e)
lib/sqlalchemy/dialects/postgresql/constraints.py