]> 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 14:34:45 +0000 (10:34 -0400)
commit735fbfdf4907ba7888b8408bceaf8ffb99602720
tree8f9ad5e1afafa1603405e1ec1fa614a370c826b1
parent22570c3181ef4e98c548c2f6254a0c7585568f06
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
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_dialect.py