bugfixes in Class::DBI method generation. they were caused by bad schema
authorAllen Day <allenday@users.sourceforge.net>
Tue, 6 Apr 2004 00:27:02 +0000 (00:27 +0000)
committerAllen Day <allenday@users.sourceforge.net>
Tue, 6 Apr 2004 00:27:02 +0000 (00:27 +0000)
commit7a1eb8c03fafc6692c3935ac83ea2d7f5084647c
tree7553dc8ef712ec3442980730475adcf66909c0e7
parent8a296cdfc7eaf92608235ca36a462f41a32f8c2f
bugfixes in Class::DBI method generation.  they were caused by bad schema
graph representation, which were in turn caused by unexpected (and poorly
documented) Class::MakeMethods::Template::Hash behavior.
lib/SQL/Translator/Producer/Turnkey.pm
lib/SQL/Translator/Schema/Graph.pm
lib/SQL/Translator/Schema/Graph/Node.pm