Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 21065
Status: resolved
Worked: 5 min
Priority: 0/
Queue: SQL-Translator

People
Owner: kclark [...] cpan.org
Requestors: tcarnahan [...] ideaworks.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: GraphViz producer fails on tables named 'node'
Date: Fri, 18 Aug 2006 11:50:05 -0500
To: bug-SQL-Translator [...] rt.cpan.org
From: Ted Carnahan <tcarnahan [...] ideaworks.com>
CREATE TABLE node ( id int(10), type_id int(10), knowledgebase_id int(10) ); Doesn't make graphviz, gives an error when creating a foreign key link from this node to somewhere else. Turns out that it won't create any such node because node is a Graphviz dot format reserved word. Needs to be escaped, methinks (along with all of the other reserved words). -- Ted Carnahan Idea Works, Inc. 100 West Briarwood Columbia, Missouri 65203 USA P: (573) 445-4554 F: (573) 446-2199 tcarnahan@ideaworks.com www.ideaworks.com
Fixed in r1607.