]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support specifying access method when creating Postgres tables
authorEdgar Ramírez Mondragón <edgarrm358@gmail.com>
Mon, 22 Jan 2024 07:29:44 +0000 (02:29 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Mon, 22 Jan 2024 07:29:44 +0000 (02:29 -0500)
commit46899918a6dda07cca07e30af2526134f9c38809
treeea55403fb8349a883cea5a921cb3964a2c652c7e
parent9fe5f4fcf2f36e35c7a6865bbaa29dc05617d01e
Support specifying access method when creating Postgres tables

<!-- Provide a general summary of your proposed changes in the Title field above -->

### Description
<!-- Describe your changes in detail -->

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [ ] A documentation / typographical / small typing 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.
- [x] 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.

Fixes #10904

**Have a nice day!**

Closes: #10905
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10905
Pull-request-sha: 85f232a303a5543725dac42206cb2395fc34109e

Change-Id: I5e2fc05a696eb6da71bbd695f0466e8552d203b6
doc/build/changelog/unreleased_20/10904.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py