Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#12105 closed defect

Add get_table_names method to DatabaseManager — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.1.6
Component: database backend Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

It would be useful to have a get_table_names method on DatabaseManager. The method would just be a helper that calls get_table_names on the ConnectionBase class, similar to how DatabaseManager.reset_tables directly calls reset_tables on the ConnectionBase class: tags/trac-1.1.5/trac/db/api.py@:393-394#L386.

Change History (0)

Note: See TracTickets for help on using tickets.