<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.ormfoundation.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Open Discussion &amp; Feature Requests</title><link>http://www.ormfoundation.org/forums/10.aspx</link><description>This is where you can discuss your suggestions for functions that are not provided by the current release of the NORMA tool. You can also ask questions on how to use the tool.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Changing the Names of Constraints in Generated SQL</title><link>http://www.ormfoundation.org/forums/thread/2343.aspx</link><pubDate>Thu, 28 Oct 2010 21:59:34 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:2343</guid><dc:creator>John Saunders</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/2343.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=10&amp;PostID=2343</wfw:commentRss><description>&lt;p&gt;Thanks, Matt, I&amp;#39;ll take a look at the workaround.&lt;/p&gt;
&lt;p&gt;BTW, when you mention &amp;quot;table names&amp;quot; above, did you mean the source and target table names? I suppose one might need a pattern like {source}_{sourcekeys}_{target}_{targetkeys}_FK. I&amp;#39;ve got one now that should be FK_BASEDATA_CAT1PERFORMANCEID_PERFORMANCE to distinguish from FK_BASEDATA_CAT2PERFORMANCEID_PERFORMANCE.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Changing the Names of Constraints in Generated SQL</title><link>http://www.ormfoundation.org/forums/thread/2342.aspx</link><pubDate>Thu, 28 Oct 2010 21:15:11 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:2342</guid><dc:creator>Matthew Curland</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/2342.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=10&amp;PostID=2342</wfw:commentRss><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;Unfortunately this is a known undone (see line 948 in &lt;a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/RelationalModel/OialDcilBridge/NameGeneration.cs?revision=1459&amp;amp;content-type=text%2Fplain"&gt;http://orm.svn.sourceforge.net/viewvc/orm/trunk/RelationalModel/OialDcilBridge/NameGeneration.cs?revision=1459&amp;amp;content-type=text%2Fplain&lt;/a&gt;) which says&amp;nbsp;&lt;em&gt;// UNDONE: The PK, UC, FK suffixes should have generator options to control them&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;These names are combinations of table names, constraint names (generally used only if they are not the default &amp;#39;Constraint#&amp;#39; pattern), the suffix, and possibly a trailing number. Other inputs (such as column names) could also be used. The proper fix here is to allow format string similar to the relational name reference mode formatters that would give you broad control over use of replacement fields.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;don&amp;#39;t think I&amp;#39;ll get to this soon, but I&amp;#39;m attaching a stopgap that modifies the&amp;nbsp;decorated constraint names at the&amp;nbsp;XML level. Follow directions&amp;nbsp;in the readme for installation and use. This is similar to the answer I gave you for &lt;a href="http://www.ormfoundation.org/forums/p/581/1738.aspx#1738"&gt;http://www.ormfoundation.org/forums/p/581/1738.aspx#1738&lt;/a&gt;&amp;nbsp;(except I&amp;#39;m not leaving the transform as an exercise).&lt;/p&gt;
&lt;p&gt;-Matt&lt;/p&gt;</description></item><item><title>Changing the Names of Constraints in Generated SQL</title><link>http://www.ormfoundation.org/forums/thread/2331.aspx</link><pubDate>Tue, 26 Oct 2010 17:53:46 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:2331</guid><dc:creator>John Saunders</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/2331.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=10&amp;PostID=2331</wfw:commentRss><description>&lt;p&gt;Is there a way to change the naming style so that, for instance,&amp;nbsp;&amp;quot;FK_&amp;quot; is used as a prefix for the constraint name instead of as a suffix?&lt;/p&gt;</description></item></channel></rss>