SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

only 21 tables are drawn #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
--------------------------------------
1. Import a large MySQL Database (>100 tables w/ ~8-10 fields each)

What is the expected output? What do you see instead?
-----------------------------------------------------
Over 100 tables with all their fields

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
wwwsqldesigner svn rev 47
Ubuntu Karmic Koala Alpha 2
LAMP stack (from debian repository)

Please provide any additional information below.
------------------------------------------------
Firebug shows that the data returned from
http://localhost/wwwsqldesigner-svn/backend/php-mysql/?action=import&database=XY
Z
is a untruncated XML file with what appears to be the complete data set
(unverified).  So this is likely an issue with whatever visualization
method is used.

Original issue reported on code.google.com by Kabal...@gmail.com on 10 Jul 2009 at 8:43

GoogleCodeExporter commented 9 years ago
I forgot to mention my browser: Firefox 3.0.11 Ubuntu

Original comment by Kabal...@gmail.com on 10 Jul 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Are there any JS errors present? Can you provide us with a working example 
(url)? The
sample at http://ondras.zarovi.cz/sql/demo/?keyword=whoz clearly has >21 tables 
and
works normally...

Original comment by ondrej.zara on 10 Jul 2009 at 10:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
SORRY, I'm an idiot - the problem isn't that the tables aren't drawn its that 
they
are lower than what the preview displays.  I just didn't realize that the page, 
once
generated, is a LOT longer.  

This issue should really be refocused on the preview not encompassing the entire
document.

I deleted the previous two comments since they're irrelevant now.  If you'd 
like I'll
post an issue regarding the preview window.  Again, I'm under NDA so I can't 
post the
database schema that I'm working on.

Original comment by Kabal...@gmail.com on 10 Jul 2009 at 10:35

GoogleCodeExporter commented 9 years ago
Well, the viewport size is limited by your browser's window. There is no "zoom"
feature, so if the amount of tables is very large, you simply won't be able to 
see
all of them at once.

On the other hand, one can modify the styles so that tables and their fields are
smaller so that more information can bee visible in the viewport.

Original comment by ondrej.zara on 10 Jul 2009 at 11:24

GoogleCodeExporter commented 9 years ago
Fair enough, its unfortunate it can't be scaled but in the end thats not a huge 
issue.

Original comment by Kabal...@gmail.com on 10 Jul 2009 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 13 Jul 2009 at 5:56