[Sqlalchemy-commits] commit/sqlalchemy: iurisilvio: Support `postgresql_concurrently` on index drop
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-08 21:13:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/31a0da32a8af/ Changeset: 31a0da32a8af Branch: master User: iurisilvio Date: 2016-06-08 18:41:05+00:00 Summary: Support `postgresql_concurrently` on index dropping. Also adds version detection so that DROP INDEX CONCURRENTLY only renders if the Postgresql version is 9.2 or higher; for CREATE INDEX CONCURRENTLY, version detection is added to allow the phrase to omit if the Postgresql version is less than 8.2. Co-authored-by: Mike Bayer <mi...@zz...> Change-Id: I597287e0ebbbe256c957a3579b58ace6848ab4f4 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/84 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |