New Post: Can user defined table types for stored procedures be supported ?
This is now implemented and will be in the next release. See this changeset.
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 156. Should get null instead of "NULL" for varchar DEFAULT NULL. Thanks toyyjdelete.Case 147: Add support for stored procedure user defined types. Thanks to mhwlng...
View ArticleEdited Unassigned: Should get null instead of "NULL" for varchar DEFAULT NULL...
SQL---```SQLCREATE TABLE [dbo].[CC]([Id] int NOT NULL IDENTITY(1,1) PRIMARY KEY,[Desc] varchar(MAX) NULL DEFAULT NULL ,[X1] varchar(255) NULL )GO```but got ```C#// CC public class Cc{ public int Id {...
View ArticleSource code checked in, #ea4e8b0a3b22
Case 156 Should get null instead of "NULL" for varchar DEFAULT NULL
View ArticleEdited Issue: Should get null instead of "NULL" for varchar DEFAULT NULL [156]
SQL---```SQLCREATE TABLE [dbo].[CC]([Id] int NOT NULL IDENTITY(1,1) PRIMARY KEY,[Desc] varchar(MAX) NULL DEFAULT NULL ,[X1] varchar(255) NULL )GO```but got ```C#// CC public class Cc{ public int Id {...
View ArticleCommented Issue: Should get null instead of "NULL" for varchar DEFAULT NULL...
SQL---```SQLCREATE TABLE [dbo].[CC]([Id] int NOT NULL IDENTITY(1,1) PRIMARY KEY,[Desc] varchar(MAX) NULL DEFAULT NULL ,[X1] varchar(255) NULL )GO```but got ```C#// CC public class Cc{ public int Id {...
View ArticleClosed Issue: Loading the include file 'EF6.Utility.CS.ttinclude' returned a...
I'm entering this as a new issue as you marked the [previous entry of this bug](https://efreversepoco.codeplex.com/workitem/145) as Resolved.I have indeed confirmed that I followed all the steps of...
View ArticleCommented Feature: Error when using a DbContextBaseClass that does not...
If the DbContextBaseClass does not implement the constuctor:```public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString,...
View ArticleCommented Feature: Error when using a DbContextBaseClass that does not...
If the DbContextBaseClass does not implement the constuctor:```public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString,...
View ArticleSource code checked in, #0418483446d0
Case 147: Add support for stored procedure user defined types. Thanks to mhwlng and Mathias.
View ArticleEdited Unassigned: user defined table types for stored procedures are not...
see discussion at :https://efreversepoco.codeplex.com/discussions/645780
View ArticleCommented Unassigned: user defined table types for stored procedures are not...
see discussion at :https://efreversepoco.codeplex.com/discussions/645780Comments: This is now implemented and will be in the next release. See [this...
View ArticleNew Post: donation + some feature requests
Hey Simon, I'm sorry for my late reply, I was on vacation. I understand. Maybe another user has time to contribute. Okay. I know, it's impossible. Your suggestion with the flag and the "UpdateColumn"...
View ArticleNew Post: sProc Return Columns with '%' as 1st character....
Just submitted a pull request to fix an issue with sProc Return Column Names that were reserved keywords. Now I'm looking at this issue: public class sProcReturnModel{ public Decimal? %Published { get;...
View ArticleNew Post: Oracle database
The DbProviderFactories can provide the information that we need. We can get this information through the GetSchema method. What I'm not sure about is how best to distinguish between the Oracle and Sql...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 156. Should get null instead of "NULL" for varchar DEFAULT NULL. Thanks toyyjdelete.Case 147: Add support for stored procedure user defined types. Thanks to mhwlng...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 156. Should get null instead of "NULL" for varchar DEFAULT NULL. Thanks toyyjdelete.Case 147: Add support for stored procedure user defined types. Thanks to mhwlng...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Data Annotations. Whats new in v2.17.0:Case 156. Should get null instead of "NULL" for varchar DEFAULT NULL. Thanks toyyjdelete.Case 147: Add support for stored...
View Article