Revision History
OxyGen Code latest version is 2.0 built on August 11, 2008.
1. Fixes/New Features
OxyGen Code 2.0 Built on August 11, 2008
The following fixes/additions are included OxyGen Code 2.0:
1. The ability to create Projects to coincide with software development projects
2. Generate code based on the database views
3. Generate code based on the database stored procedures
4. The ability to select particular tables for generation
5. The ability to select particular views for generation
6. The ability to select particular stored procedures for generation
7. The ability to select/create custom stored procedures for generation.
8. Intercepts. The ability to inject custom code to specific locations.
9. Allow configuring create and update persistent storage operations on a table column level.
10. Allow configuring create and update persistent storage operations on a view column level.
11. Additional processing table processing instructions.
12. Keep track of all the code generations sessions and support advanced publication mechanisms.
OxyGen Code 1.7.7 Built on April 14, 2008
The following fixes/additions are included OxyGen Code 1.7.7:
1. Close the SQLConnection when it goes out of scope.
2. .NET standard code naming convention applies to the generated code.
3. The generated ASP.NET UI includes a better handling of the nullable types.
4. Additional data input validators for the generated ASP.NET UI are included.
5. WCF Binding and behavior options are configurable in the code generation wizard.
6. File name suffix is configurable for generated code.
7. Option to choose between Visual Studio 2005 & 2008 solution files format is available in the code generation wizard.
8. Source code explorer includes the ability the start the default page for the generated ASP.NET UI, Web Services, and WCF.
OxyGen Code 1.6.19 Built on March 07, 2008
The following fixes/additions are included OxyGen Code 1.6.19:
1. The code generation settings are preserved for each database.
2. Quick code generator is enabled only if a code generation session has been previously invoked for a specified database.
3. A message is displayed if build errors are encountered for the generated code.
4. The option of opening the generated code solution in Visual Studio is available post generation actions wizard step.
5. Solution and project file names for the generated code are grouped in the same wizard step.
OxyGen Code 1.5.1 Built on January 25, 2008
The following fixes/additions are included OxyGen Code 1.5.1:
1. The generated ASP.NET UI has been redesigned.
2. Quick code generation option has been introduced.
3. The code generation wizard has been redesigned.
2. Known Issues
OCMSKI004 Windows authentication is used in the generated stored procedures scripts if a SQL login with an empty password is used.
In the situation when a SQL login with an empty password is specified to be used to connect to the SQL database in "Database Connectivity" step, Windows authentication is used instead in the SQL scripts that run the generated stored procedures.
To change the authentication mode to SQL authentication, locate Insert_Run.cmd, Query_Run.cmd, Update_Run.cmd, and Delete_Run,cmd files under stored procedures folder and use -U <userName> -P <password> (SQL authentication) instead of -E (Windows authentication).