]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Dialect option `postgresql_concurrently` to `Index` construct.
authorIuri de Silvio <iurisilvio@gmail.com>
Thu, 26 Feb 2015 00:05:31 +0000 (21:05 -0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 19:06:14 +0000 (15:06 -0400)
commit46f84f994456979ac840f144fb4520a18ba0a5e9
tree3bf3f2804919c6058f7d4fd4aee1801fa10a9065
parent6d22831e16997a75be2d35f6e6d98cce86fa8f78
Dialect option `postgresql_concurrently` to `Index` construct.

(cherry picked from commit 955576fcf6e7aff7fe924ec3b33bb6d243ddd312)
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py