Closed Issue: Regression: Failed to read database schema for stored...
Upgraded to latest script, and when running the TT, I see this error:```Failed to read database schema for stored procedures - Invalid column name 'uses_native_compilation'.```It looks like...
View ArticleNew Post: Microsoft suggest to use DbSet instead of IDbSet for test doubles
Thank you Simon! :) Just to track there's also a related issue: https://efreversepoco.codeplex.com/workitem/89
View ArticleSource code checked in, #90a4882d307b
escaping sproc parameters named with reserved keywords using @
View ArticleUpdated Wiki: What's new
Whats comming in v2.10.1:Stored Procedure arguments that are C# reserved keywords need escaping. Thanks toJimstr. Whats new in v2.10.0:Auto Migrations. To enable set MigrationConfigurationFileName to a...
View ArticleCommented Unassigned: Stored procedures/functions [67]
unless I missed something the current release looks at only table structures. If possible could this look for additional stored procs and/or functions?Sorry if I am reopening this but you pointed to...
View ArticleCommented Feature: Make use of db comments to aid with data annotations [56]
As emailed to me by Fatih Yücel ŞEN <fatihyucelsen@hotmail.com>When reading the database schema, also read the column __comments__ for each field.This could be in the format...
View ArticleCreated Unassigned: Generate optional parameter information in sproc methods...
For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.I've been trying to find a way to find this information, for instance for...
View ArticleCreated Unassigned: Context.Configuration parameters [92]
The following context parameters should be added to the .tt setting.- context.Configuration.AutoDetectChangesEnabled = true | false- context.Configuration.ProxyCreationEnabled = true | false-...
View ArticleCommented Unassigned: Generate optional parameter information in sproc...
For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.I've been trying to find a way to find this information, for instance for...
View ArticleCommented Unassigned: Context.Configuration parameters [92]
The following context parameters should be added to the .tt setting.- context.Configuration.AutoDetectChangesEnabled = true | false- context.Configuration.ProxyCreationEnabled = true | false-...
View ArticleCommented Unassigned: Context.Configuration parameters [92]
The following context parameters should be added to the .tt setting.- context.Configuration.AutoDetectChangesEnabled = true | false- context.Configuration.ProxyCreationEnabled = true | false-...
View ArticleEdited Feature: Context.Configuration parameters [92]
The following context parameters should be added to the .tt setting.- context.Configuration.AutoDetectChangesEnabled = true | false- context.Configuration.ProxyCreationEnabled = true | false-...
View ArticleCommented Feature: Context.Configuration parameters [92]
The following context parameters should be added to the .tt setting.- context.Configuration.AutoDetectChangesEnabled = true | false- context.Configuration.ProxyCreationEnabled = true | false-...
View Article