get_sequence_names

Issue #2056 new
Mike Bayer repo owner created an issue

one for the sprints

Comments (5)

  1. Mike Bayer reporter

    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.)

  2. Log in to comment