Edited Unassigned: A field named 'default' [103]
Basically a column in my database is called 'default' which is no problem in sql but the generator converts this directly without modification and the compiler finds this disagreeable.I looked for a...
View ArticleCommented Unassigned: A field named 'default' [103]
Basically a column in my database is called 'default' which is no problem in sql but the generator converts this directly without modification and the compiler finds this disagreeable.I looked for a...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the...
View ArticleSource code checked in, #a6246f4f1706
Remove the superflous empty line between the summary block and the field.
View ArticleCreated Unassigned: Add support for async methods [106]
I added to the interface the following: I have attached the changes.``` Task<int> SaveChangesAsync(); Task<int> SaveChangesAsync(CancellationToken cancellationToken);```
View ArticleCommented Unassigned: Add support for async methods [106]
I added to the interface the following: I have attached the changes.``` Task<int> SaveChangesAsync(); Task<int> SaveChangesAsync(CancellationToken cancellationToken);```Comments: Made a fix...
View ArticleCommented Unassigned: Add support for async methods [106]
I added to the interface the following: I have attached the changes.``` Task<int> SaveChangesAsync(); Task<int> SaveChangesAsync(CancellationToken cancellationToken);```Comments: Will only...
View ArticleUpdated Wiki: What's new
Whats new in v2.12.1:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the app.config file...
View ArticleReleased: v2.12.1 (Apr 14, 2015)
Whats new in v2.12.1:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the app.config file...
View ArticleCreated Release: v2.12.1 (Apr 14, 2015)
Whats new in v2.12.1:Case 101. SQL Server compact connection string only looks in current project. It now looks in all project paths for the SDF file, in a similar way to finding the app.config file...
View ArticleClosed Unassigned: A field named 'default' [103]
Basically a column in my database is called 'default' which is no problem in sql but the generator converts this directly without modification and the compiler finds this disagreeable.I looked for a...
View ArticleClosed Issue: Stored procedures with no input parameters and all columns are...
I found that stored procedure with no input parameters and views with all columns are nullable are ignored by this tool and cannot be populated in .cs file.Are they known issues?Comments: Released
View ArticleClosed Issue: Hangs on Executing TableSQL Query [105]
I had/have an issue where it's hanging forever on our big database (seems to work find on our smaller ones). After debugging the tt, I found the place it was hanging was when it executed the query in...
View ArticleClosed Issue: SQL Server compact connection string only looks in current...
Currently if you are using an SDF file the T4 template only looks in the project of where the t$ template is. This isn't real handy if you are wanting to have your entities is a separate project then...
View Article