Commented Task: Microsoft suggest to use DbSet instead of IDbSet [89]
Related to discussion: https://efreversepoco.codeplex.com/discussions/568503I would like to move this as an issue because IDbSet is a deprecated interface, and this api will not be updated anymore, so...
View ArticleUpdated Wiki: What's new
Whats coming in the next version:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake....
View ArticleUpdated Wiki: What's new
Whats coming in the next version:Whats new in v2.15.0:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not...
View ArticleUpdated Wiki: What's new
Whats new in v2.15.0:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake. Thanks...
View ArticleReleased: v2.15.0 (Aug 07, 2015)
Whats new in v2.15.0:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts. Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake. Thanks to...
View ArticleCreated Release: v2.15.0 (Aug 07, 2015)
Whats new in v2.15.0:For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake. Thanks to...
View ArticleClosed Task: Microsoft suggest to use DbSet instead of IDbSet [89]
Related to discussion: https://efreversepoco.codeplex.com/discussions/568503I would like to move this as an issue because IDbSet is a deprecated interface, and this api will not be updated anymore, so...
View ArticleClosed Feature: Force System libs to be included with full path to avoid...
I have an issue where my database has a table named "Task" so each time i generate with this tool I have to manually remove the using System.Threading.Tasksand add "System.Threading.Tasks" in front of...
View ArticleClosed Task: Western European Encoding shouldn't be used for...
The Copyright use Western European Encoding for non-ascii char '©', and can not be recognized on other Encoding."Copyright © Simon Hughes 2012"Could it be replaced by "(c)" or use UTF-8...
View ArticleNew Post: Support for (Table-valued) Functions
I took the lazy path as an MVP had already made all the code changes for me. He used the library from codefirstfunctions.codeplex.com Reading that page it says it is also possible to use coplex or...
View ArticleNew Post: GetValueOrDefault with nullable DateTime Stored Procedure parameters
Yeah, I got to where you are but I also had to remove the part you've highlighted as DateTime is a ValueType however as you're using the HasValue property you'd have to check whether the type is...
View ArticleNew Post: GetValueOrDefault with nullable DateTime Stored Procedure parameters
Apologies I've re-read you example and see you are checking for Nullable
View ArticleNew Post: GetValueOrDefault with nullable DateTime Stored Procedure parameters
My AppendFormat line is currently as follows:sb.AppendFormat( isNullable ? " if (!{0}.HasValue){1} {0}Param.Value = DBNull.Value;{1}{1}" : " if ({0}Param.Value == null){1} {0}Param.Value =...
View ArticleSource code checked in, #6247187f9fd1
Fix bug with stored procedure nullable parameters. Thanks to DannyGB.
View ArticleNew Post: GetValueOrDefault with nullable DateTime Stored Procedure parameters
Thanks Danny, I've pushed the code and will make a release later today.
View Article