Menu

#2 comments inside the table description

open
nobody
None
5
2007-08-24
2007-08-24
nojhan
No

If there is comments inside the table description, the output is completely messed.

For example :

/**
* description
*/
DROP TABLE IF EXISTS table1;
CREATE TABLE table1 (
...
/** comment
**/
);

/**
* description
*/

DROP TABLE IF EXISTS table2;
CREATE TABLE table2 (
...
);

The output thus mix the two tables in a single one, misinterpreting the fields.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.