SylvainTI / wwwsqldesigner

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

Comment field length #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Comments should be limited to a maximum of 60 characters

What version of the product are you using? On what operating system?
SVN

Please provide any additional information below.
http://dev.mysql.com/doc/refman/5.0/en/create-table.html

"COMMENT - A comment for the table, up to 60 characters long."

Original issue reported on code.google.com by kon...@gmail.com on 17 Mar 2010 at 6:14

GoogleCodeExporter commented 9 years ago
This shall be truncated in the mysql's XSL, there is no such limitation in 
postgresql.

Original comment by geompse@gmail.com on 17 Mar 2010 at 9:54

GoogleCodeExporter commented 9 years ago
Sounds reasonable.

Original comment by ondrej.zara on 18 Mar 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Commited in r93.

Original comment by ondrej.zara on 18 Mar 2010 at 11:43