If i create a view containing columns of two different tables, it should display a connecting line between the participating tables.
Suppose i have Table A and Table B and create a view
select * from Table A,Table B
is it a good idea to show a connecting line between the 2 tables or the view in ER Modeler would be like a sseparate entity where as we need to tie it to corresponding tables.....??
Niels, please review and assign it back to me if you want it implemented.
works as designed. If Views are created with SQL and tables not present this will create problems - since we support views with Tables and SQL statements
works as designed. If Views are created with SQL and tables not present this will create problems - since we support views with Tables and SQL statements
Issue #1282 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Niels, please review and assign it back to me if you want it implemented.