diff options
| author | j00356287 <jiajunsu@huawei.com> | 2022-12-05 08:44:09 -0500 |
|---|---|---|
| committer | sqla-tester <sqla-tester@sqlalchemy.org> | 2022-12-05 08:44:09 -0500 |
| commit | db6145287244ca9801f7b7e1acc90cd25a572cde (patch) | |
| tree | d35dfbcce02d110bf28a1b4d9a95c7c59dfecd81 /doc | |
| parent | 4a9e448d9e5024003a72b6b53337b2bc42905042 (diff) | |
| download | sqlalchemy-db6145287244ca9801f7b7e1acc90cd25a572cde.tar.gz | |
doc change - Add new external dialect for openGauss
<!-- Provide a general summary of your proposed changes in the Title field above -->
### Description
<!-- Describe your changes in detail -->
Added new external dialect for [openGauss](https://www.opengauss.org/en/).
### 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:
- [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!**
Closes: #8803
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8803
Pull-request-sha: ca5a7f1310b2ce93ce33618e0609abe23b41a3da
Change-Id: Ia8ca38f98f346fa3cc910ceb7af47f8c903eb587
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/dialects/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index f5ca80207..216c1d5cc 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -105,6 +105,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | MonetDB [1]_ | sqlalchemy-monetdb_ | +------------------------------------------------+---------------------------------------+ +| OpenGauss | openGauss-sqlalchemy_ | ++------------------------------------------------+---------------------------------------+ | SAP ASE (fork of former Sybase dialect) | sqlalchemy-sybase_ | +------------------------------------------------+---------------------------------------+ | SAP Hana [1]_ | sqlalchemy-hana_ | @@ -118,6 +120,7 @@ Currently maintained external dialect projects for SQLAlchemy include: .. [1] Supports version 1.3.x only at the moment. +.. _openGauss-sqlalchemy: https://gitee.com/opengauss/openGauss-sqlalchemy .. _sqlalchemy-ingres: https://github.com/clach04/ingres_sa_dialect .. _nzalchemy: https://pypi.org/project/nzalchemy/ .. _ibm-db-sa: https://pypi.org/project/ibm-db-sa/ |
