diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2020-04-13 12:16:21 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2020-06-03 20:53:47 +0200 |
| commit | 8dcf876fe9a06f3360b8d260459cdff050b2aa00 (patch) | |
| tree | ab6a0493ef1c1b7b9d869df3e3b36d9ee557c318 /doc/build | |
| parent | 7f0cb933f2b1979a8d781855618b7fd3bf280037 (diff) | |
| download | sqlalchemy-8dcf876fe9a06f3360b8d260459cdff050b2aa00.tar.gz | |
Added reflection method :meth:`.Inspector.get_sequence_names`
Added new reflection method :meth:`.Inspector.get_sequence_names` which
returns all the sequences defined. Support for this method has been added
to the backend that support :class:`.Sequence`: PostgreSql, Oracle,
MSSQL and MariaDB >= 10.3.
Fixes: #2056
Change-Id: I0949696a39aa28c849edf2504779241f7443778a
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_14/2056.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/2056.rst b/doc/build/changelog/unreleased_14/2056.rst new file mode 100644 index 000000000..6c26afe6a --- /dev/null +++ b/doc/build/changelog/unreleased_14/2056.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: reflection, usecase + :tickets: 2056 + + Added new reflection method :meth:`.Inspector.get_sequence_names` which + returns all the sequences defined and :meth:`.Inspector.has_sequence` to + check if a particular sequence exits. + Support for this method has been added to the backend that support + :class:`.Sequence`: PostgreSQL, Oracle and MariaDB >= 10.3. |
