dotancohen / squeal

Database explorer with a focus on breadth, not depth.
2 stars 0 forks source link

Primary key detection should be in Table() class. #14

Open dotancohen opened 10 years ago

dotancohen commented 10 years ago

Currently the show_table_details() method needs to know the primary key of the table, so it is calculating which field is the primary key. This should be done in the Table() class.