diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-04-21 15:00:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-04-21 15:05:47 -0400 |
| commit | 553dcbc11cf9401b85bc2aab55977eb1925cf262 (patch) | |
| tree | 7d7a154947ce2a0e30752fa379abd4b64a235686 /doc/build/core | |
| parent | 69ba6e3cf771dce93b18350ab6b4a4ab79604b40 (diff) | |
| download | sqlalchemy-553dcbc11cf9401b85bc2aab55977eb1925cf262.tar.gz | |
changelog fixes; edits
Change-Id: I6bbef2416f864d1414d56f9bf39026156aed5e67
Diffstat (limited to 'doc/build/core')
| -rw-r--r-- | doc/build/core/connections.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/connections.rst b/doc/build/core/connections.rst index f0d74f6d1..488c2dfad 100644 --- a/doc/build/core/connections.rst +++ b/doc/build/core/connections.rst @@ -1812,7 +1812,7 @@ and more support towards in recent release series. Current Support ~~~~~~~~~~~~~~~ -The feature is enabled for all included SQLAlchemy backends that support +The feature is enabled for all backend included in SQLAlchemy that support RETURNING, with the exception of Oracle for which both the cx_Oracle and OracleDB drivers offer their own equivalent feature. The feature normally takes place when making use of the :meth:`_dml.Insert.returning` method of an |
