Files
sqlalchemy/test/dialect/postgresql
AlonM 018aa98701 Add opsclass to exclusion constraint
Added new parameter :paramref:`_postgresql.ExcludeConstraint.ops` to the
:class:`_postgresql.ExcludeConstraint` object, to support operator class
specification with this constraint.  Pull request courtesy Alon Menczer.

Fixes: #5604
Closes: #5700
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5700
Pull-request-sha: f8613e1007

Change-Id: Iaf664131ec84f8c2fb05edf799198b8d3bb83597
2020-11-16 14:02:49 -05:00
..