Source code checked in, #73303
CRUD Generator + Added linear gradient brush for the window background.
View ArticleSource code checked in, #73325
CRUD Generator + Dispose the transaction and command objects in the finally block.
View ArticleSource code checked in, #73355
Added SPCodeGenWpfApp project which is the WPF equivalent of SPCodeGenForm (winform app).
View ArticleSource code checked in, #73399
+ Added the option not to generate nullable types for parameters for stored procedure caller generator
View ArticleSource code checked in, #73400
+ Added MySQL stored procedure caller generator code. Not tested. Not accessible from UI yet.
View ArticleSource code checked in, #73401
Added Gradient color background for WPF Stored Procedure Caller Generator.
View ArticleSource code checked in, #73939
+ Updated the winform app with option to generate mySQL code.
View ArticleSource code checked in, #73976
+ Minor optimization. Use the lowercase sigLow for FindInOut method call, instead of generating lower case sig in every call.
View ArticleSource code checked in, #73977
+ Solved a minor bug in FindInOut method where origPos is not used in new IndexOf calls.
View ArticleSource code checked in, #74644
+ Allow default value for parameters in Transact-SQL. + Define a double type for Transact-SQL.
View ArticleSource code checked in, #75110
Upgraded to VS2010 since my VS2008 is broken. Solved the bug of no output type is specified when the the type is a string with a number, eg, nvarchar(50) or varchar(50).
View ArticleSource code checked in, #75147
Solved the problem of the next parameter name after nvarchar(50) type is interpreted as output type.
View ArticleSource code checked in, #75807
+ Updated the method name textbox whenever there is paste event for SP generator applications. + Fixed the problem that there is no parameter generated when there is no closing ) for the sp signature.
View ArticleSource code checked in, #79962
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View Article