google-code-export / wwwsqldesigner

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

errors importing MySQL schema when field comments contain html tags #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include any HTML tags inside your MySQL field comments
2. Try to import that schema from your MySQL server
3. It wont work, since the XML wont be well formed

What is the expected output? What do you see instead?
"This page contains the following errors:
error on line 64 at column 4524: Opening and ending tag mismatch: hr line 0 
and comment
Below is a rendering of the page up to the first error..."

What version of the product are you using? On what operating system?
wwwsqldesigner version 2.4, on Win XP

Please provide any additional information below.
When parsing comments of MySQL fields, tagging symbols (<,>) should be 
escaped somehow

Original issue reported on code.google.com by dgsanl...@gmail.com on 13 May 2010 at 3:56

GoogleCodeExporter commented 9 years ago
Good point.

Original comment by ondrej.zara on 13 May 2010 at 7:47

GoogleCodeExporter commented 9 years ago
Fixed in r105.

Original comment by ondrej.zara on 13 May 2010 at 9:00