New Post: Bug with default values on custom types
I have modified the code to exclude defaults that use CREATE DEFAULT. This will be in the next release. In the meantime see changeset:...
View ArticleCommented Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.Comments: In the mean time, Edit the function ReadSchema(), Add a line __before__: if(lastTable !=...
View ArticleCommented Unassigned: Filter out some tables from schema [132]
Is there a way to filter out table(s) from a schema?I still want some of the tables from that schema.Comments: Hi Simon, Great, i will give it a go. thanks
View ArticleSource code checked in, #aeaa75b16e4f
Ignore defaults we cannot interpret (we would need SQL to C# compiler). Thanks to booler.
View ArticleCreated Unassigned: 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 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 ArticleEdited 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 ArticleCommented 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 ArticleSource code checked in, #4a617c470879
Case 133. Use full path for System.Threading.Tasks.Task to avoid clashes with table name 'Task'. Thanks to DominikDito.
View ArticleNew Post: Support for (Table-valued) Functions
I see the latest version has generation capabilities for TVFs. Any specific reason it was treated as a stored procedure rather than as a separate thing or was it the expedient thing to do? I ask...
View ArticleCreated Unassigned: Generate Tests [134]
Would it be possible to generate tests for the generated fakes? Even if it was just random filler data.
View ArticleNew Post: EF Reverse POCO in VS2015
Hi, the documentatio says that it is necesary to install Entity Framework 6 Tools for Visual Studio 2012 & 2013. I´m using VS2015 and EF6 Tools are not available. What´s the procedure in this...
View ArticleNew Post: EF Reverse POCO in VS2015
EF 6.1.3 Tools are included in VS2015, as stated in this post: Visual Studio 2015 RC includes the RTM version of Entity Framework 6.1.3 runtime and tooling.
View ArticleEdited 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 Article