]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support autocommit for GRANT and REVOKE on postgresql
authorJacob Hayes <jacob.r.hayes@gmail.com>
Mon, 8 May 2017 20:26:06 +0000 (16:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 May 2017 15:46:50 +0000 (11:46 -0400)
commit79de9945290d77c8de50da1f6595e8c05acb2c76
tree7871194de424f1ab9ab0d156a518e339df4c0afd
parente3035661f4d341e59201a44a3b3a8ed49d5114fa
Support autocommit for GRANT and REVOKE on postgresql

Extends `AUTOCOMMIT_REGEXP` for the postgres dialect to include `GRANT` and `REVOKE`.

Change-Id: Iba15f1ebf5bd7bc0fc1193fdf561417e53bf5d57
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/357
(cherry picked from commit 328248e6e31100aae03f060b83488f3116cd3450)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_dialect.py