New Post: List names in IMsSqlContext
Thanks a lot! I don't know how I've missed that....
View ArticleSource code checked in, #7e08ddca1d5e
Case 140. Include <auto-generated> in the generated code
View ArticleCommented Unassigned: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to...
View ArticleCommented Unassigned: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleEdited Feature: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleCommented Unassigned: Model classes not generated for table with only a...
__Repro steps__: 1. Create a table that _only_ has two columns (type int) that are FKs to PKs in two other tables. 1. Create a primary composite key from the two columns and have EF Reverse POCO...
View ArticleCommented Unassigned: Junction Table can also have a RowVersion column. [53]
A many to many relation is identified by a table containing only two columns and those two make the primary key and the key fields of the linked tables. However a third column that is just a RowVersion...
View ArticleCommented Feature: Foreign keys not generated for a composite FK [142]
Note: This might be related to [Issue141](https://efreversepoco.codeplex.com/workitem/141) Given the tables that have the following definitions:```-- TABLE ACREATE TABLE [dbo].[A]( [AId] [int]...
View ArticleSource code checked in, #ed63fca69e15
Support future version so of .Net for DatabaseGeneratedOption
View ArticleCreated Unassigned: Schema name missing in generated stored procedure...
Hi,I am having problem trying to generate stored proc that works. The schema name is missing in the stored proc name when being executed, hence could find the stored proc in the database.Below...
View ArticleCommented Unassigned: Schema name missing in generated stored procedure...
Hi,I am having problem trying to generate stored proc that works. The schema name is missing in the stored proc name when being executed, hence could find the stored proc in the database.Below...
View ArticleCommented Unassigned: Schema name missing in generated stored procedure...
Hi,I am having problem trying to generate stored proc that works. The schema name is missing in the stored proc name when being executed, hence could find the stored proc in the database.Below...
View ArticleEdited Issue: Schema name missing in generated table valued function [143]
Hi,I am having problem trying to generate stored proc that works. The schema name is missing in the stored proc name when being executed, hence could find the stored proc in the database.Below...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Make the FakeMyDbContext partial when MakeClassesPartial = true. Thanks to Police Officer.Case 140. Include <auto-generated /> in the generated code. Thanks to...
View ArticleSource code checked in, #e0c6716900db
Set IncludeTableValuedFunctions = false for default installation.
View Article