Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11580, comment 6


Ignore:
Timestamp:
Apr 16, 2014, 12:27:32 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11580, comment 6

    initial v1  
    44> Sounds good.
    55
    6 Another idea would be to have `get_column_names` and `get_table_names` return only the names since often only the names are needed, but also add a method `get_schema` that returns the table and column names, as well as the primary key and column types.
     6Another idea would be to have `get_column_names` and `get_table_names` return only the names since often only the names are needed, but also add a method `get_schema` that returns the table and column names, as well as the primary keys and column types.