]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Include PostgreSQL in trigger test and correct documentation example
authorRamonWill <ramonwilliams@hotmail.co.uk>
Sun, 30 Aug 2020 13:05:06 +0000 (09:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Aug 2020 16:34:54 +0000 (12:34 -0400)
commit19700f6d62f69361d88ef6b6da61ac65719399e5
treeda7fbb34c07815fd5f4011b6eb7a217c26724d32
parent34d15c3d097eaf75aa355c087f4afe71b7fc0f7e
Include PostgreSQL in trigger test and correct documentation example

Include PostgreSQL dialect in trigger test and correct DDL example in documentation

A user highlighted that the syntax in the DDL trigger example was incorrect for PostgreSQL. The trigger tests where also skipping the PostgreSQL dialect until the syntax was corrected. This PR fixes both of these issues.

This pull request is:

- [X ] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**
Fixes: #4037
Closes: #5548
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5548
Pull-request-sha: 1db5e47adb90f9d51e247711dcfdbb274fb7bf73

Change-Id: I06edbcab99c82a3ce25581b81f8d2a4a028c07c3
(cherry picked from commit 2e887c7a4105a973a015b9ecbb4ea5a11dafb26a)
doc/build/core/ddl.rst
test/orm/test_defaults.py
test/requirements.py