Created Unassigned: How to define key for the view? [115]
I've looked into configuration file created for a view and found that all columns were added as opposed to the primary table key. The entity was not updated by SaveChanges method although I defined...
View ArticleSource code checked in, #d8c9a1ece1eb
Bug fix: Exception was thrown when culture specific decimal separator was not '.'. Thanks to Andrew A. Evdokimov
View ArticleUpdated Wiki: What's new
Whats coming in the next release:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when...
View ArticleCommented Unassigned: How to define key for the view? [115]
I've looked into configuration file created for a view and found that all columns were added as opposed to the primary table key. The entity was not updated by SaveChanges method although I defined...
View ArticleClosed Unassigned: Fix for slow foreign key information retrieval for SQL...
It takes long time to get FK information on my database, about a 100 second for ~270 foreign keys (SQL 2012). I replaced the query (declared as private const string ForeignKeySQL in...
View ArticleCommented Unassigned: Model is not generated for a complex view [112]
I have a view with the following code:```create view [dbo].[SiriusV_LicensesCount]aswith cteLicenses as (select sum(case when sp.is_test = 0 and sp.mode <> 9 then cast(sp.is_access as int) else 0...
View ArticleCommented Unassigned: Model is not generated for a complex view [112]
I have a view with the following code:```create view [dbo].[SiriusV_LicensesCount]aswith cteLicenses as (select sum(case when sp.is_test = 0 and sp.mode <> 9 then cast(sp.is_access as int) else 0...
View ArticleClosed Unassigned: Model is not generated for a complex view [112]
I have a view with the following code:```create view [dbo].[SiriusV_LicensesCount]aswith cteLicenses as (select sum(case when sp.is_test = 0 and sp.mode <> 9 then cast(sp.is_access as int) else 0...
View ArticleCommented Unassigned: Model is not generated for a complex view [112]
I have a view with the following code:```create view [dbo].[SiriusV_LicensesCount]aswith cteLicenses as (select sum(case when sp.is_test = 0 and sp.mode <> 9 then cast(sp.is_access as int) else 0...
View ArticleCreated Unassigned: IncludeExtendedPropertyComments =...
When I set IncludeExtendedPropertyComments = ExtendedPropertyCommentsStyle.InSummaryBlock in tt file, summary for property is produced correctly, but property is written just after closing tag...
View ArticleCreated Unassigned: Enum support [117]
Hi,I create a patch for Enum supportJust add items to "Enums" Dictionary like this into main T4:Enums.Add("dbo.TableName.FieldName","Namespace.Class.YourEnumType");and use my attached file.
View ArticleSource code checked in, #7a8e7a1e1f47
Adds the ability to specify an interface that generated contexts will inherit from
View ArticleSource code checked in, #714b18b485f8
Allow the database context interface base class to be editable from the tt settings file.
View ArticleUpdated Wiki: What's new
Whats coming in the next release:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when...
View ArticleSource code checked in, #af5248c81293
Check for not nullable stored procedure parameters.
View Article