]> 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:01:20 +0000 (16:01 -0500)
commita24801ae8de469f1e78bdb0c02b28de263c2310e
tree48e50afb4af81139d808499348b762930a1cbeed
parent0d91796bb3869654e104fdfd9bf5f465e2e1b0ec
- 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
lib/sqlalchemy/dialects/postgresql/ext.py