Source code checked in, #52b1e049cfe8
Include IsFixedLength() for nchar/char types. Thanks to Naomi N.
View ArticleClosed Unassigned: Add IsFixedLength attribute for char (nchar) columns [65]
Please correctly set the IsFixedLength attribute for the columns where this is true (such as char and nchar columns).Comments: Fixed in v2.6.2
View ArticleUpdated Wiki: What's new
Comming in v3.0.0:Support for any database. MySQL, Oracle, etc. This may take a while...Whats new in v2.6.2:Include another namespace if Target framework is not 4.0. Thanks to NazmulRockOn. CR/LF in...
View ArticleReleased: v2.6.2 (Aug 19, 2014)
Whats new in v2.6.2:Include another namespace if Target framework is not 4.0. Thanks to NazmulRockOn.CR/LF in extended properties caused errors. Thanks to Simmered. Use IsFixedLength() for char/nchar...
View ArticleCreated Release: v2.6.2 (Aug 19, 2014)
Whats new in v2.6.2:Include another namespace if Target framework is not 4.0. Thanks to NazmulRockOn.CR/LF in extended properties caused errors. Thanks to Simmered.Use IsFixedLength() for char/nchar...
View ArticleCreated Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCommented Unassigned: Add IsFixedLength attribute for char (nchar) columns [65]
Please correctly set the IsFixedLength attribute for the columns where this is true (such as char and nchar columns).Comments: Wow, already fixed! Thanks!
View ArticleCommented Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCommented Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCommented Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCommented Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCommented Unassigned: Add IsUnicode(false) for the char/varchar columns [66]
For the CHAR/VARCHAR columns we need to make sure to use IsUnicode(false) in the configuration files. I profiled the current query and I see that the parameter is passed as nvarchar(4000) for char(10)...
View ArticleCreated Unassigned: Stored procedures/functions [67]
unless I missed something the current release looks at only table structures. If possible could this look for additional stored procs and/or functions?
View ArticleCreated Unassigned: not sure I am getting any new files for 2.6.2 [68]
downloaded and installed 2.6.2 but when I add the .tt file it wanted to updateEF.Reverse.POCO.Core.ttincludeEF.Reverse.POCO.ttincludeI allowed this. I see no changes. The files still have 2.6.1 at the...
View ArticleCommented Unassigned: not sure I am getting any new files for 2.6.2 [68]
downloaded and installed 2.6.2 but when I add the .tt file it wanted to updateEF.Reverse.POCO.Core.ttincludeEF.Reverse.POCO.ttincludeI allowed this. I see no changes. The files still have 2.6.1 at the...
View ArticleClosed Unassigned: not sure I am getting any new files for 2.6.2 [68]
downloaded and installed 2.6.2 but when I add the .tt file it wanted to updateEF.Reverse.POCO.Core.ttincludeEF.Reverse.POCO.ttincludeI allowed this. I see no changes. The files still have 2.6.1 at the...
View ArticleClosed Unassigned: Stored procedures/functions [67]
unless I missed something the current release looks at only table structures. If possible could this look for additional stored procs and/or functions?Comments: Duplicate of...
View Article