AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

SchemaName missing from readonly property TableFullName on Criteria Generated #654

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using CSLA Nightly Builds CSLA-r2721 from 6/4/2012 I realized that in for both 
C# and VB the property TableFullName from Criteria.Generated is not using the 
table schema... 

 'This is what is been returned...
  Return "<%= Entity.EntityKeyName%>" 

...and I think it should be 
   Return "[<%= Entity.SchemaName%>].[<%= Entity.EntityKeyName%>]"

Original issue reported on code.google.com by yoselsua...@gmail.com on 5 Jun 2012 at 7:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2752.

SchemaName missing from readonly property TableFullName on Criteria Generated

Original comment by bniemyjski on 5 Jun 2012 at 8:59

GoogleCodeExporter commented 9 years ago
Hello,

Thanks for reporting this. This has been fixed in the POST 4.0 release.

Original comment by bniemyjski on 5 Jun 2012 at 9:00