Skip to content

get_sequence_names #2056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sqlalchemy-bot opened this issue Feb 13, 2011 · 7 comments
Closed

get_sequence_names #2056

sqlalchemy-bot opened this issue Feb 13, 2011 · 7 comments
Assignees
Labels
fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers feature low priority reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else schema things related to the DDL related objects like Table, Column, CreateIndex, etc.
Milestone

Comments

@sqlalchemy-bot
Copy link
Collaborator

Migrated issue, originally created by Michael Bayer (@zzzeek)

one for the sprints

@sqlalchemy-bot
Copy link
Collaborator Author

Anonymous wrote:

(original author: diana) What do you want done here?

@sqlalchemy-bot
Copy link
Collaborator Author

Michael Bayer (@zzzeek) wrote:

sqlalchemy.engine.reflection:

Inspector.get_sequence_names() - return the list of all sequence names in this database. (works like Inspector.get_table_names() or Inspector.get_view_names(). Don't include the "order_by" thing that's table specific.)

@sqlalchemy-bot
Copy link
Collaborator Author

Changes by Michael Bayer (@zzzeek):

  • changed milestone from "0.7.0" to "0.7.xx"

@sqlalchemy-bot
Copy link
Collaborator Author

Changes by Michael Bayer (@zzzeek):

  • changed milestone from "0.x.xx" to "1.x.xx"

@sqlalchemy-bot
Copy link
Collaborator Author

Brian DeRocher (@openbrian) wrote:

I added this and would like to know how to get feedback on my work.

@sqlalchemy-bot
Copy link
Collaborator Author

Michael Bayer (@zzzeek) wrote:

can you make a pull request?

@sqlalchemy-bot sqlalchemy-bot added this to the 1.x.xx milestone Nov 27, 2018
@zzzeek zzzeek added schema things related to the DDL related objects like Table, Column, CreateIndex, etc. reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else low priority fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers and removed sql labels Dec 27, 2018
@CaselIT CaselIT self-assigned this Apr 11, 2020
@sqla-tester
Copy link
Collaborator

Federico Caselli has proposed a fix for this issue in the master branch:

Added reflection method :meth:.Inspector.get_sequence_names https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/1881

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers feature low priority reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else schema things related to the DDL related objects like Table, Column, CreateIndex, etc.
Projects
None yet
Development

No branches or pull requests

4 participants