Modify ↓
#12106 closed defect (duplicate)
Add get_table_names method to DatabaseManager
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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 the DatabaseManager class. 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.
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 10 years ago
| Milestone: | 1.1.6 |
|---|
Note:
See TracTickets
for help on using tickets.



Duplicate of #12105.