1.0.4 - Release Notes

Topic updated 16-3-2007

GenWise Studio IDE

SQL Server

Bug: Incorrect handling of timestamp

Previous version of our provider was importing timestamp fields as datetimes and thats not correct.
This has been fixed.

 

clip0001
 
 
 
NHibernate Templates

 

Excluded Columns still generating Validation Code

ERS#:2686

Excluded Column where still generating validations causing compile errors. (off course only happened if the excluded columns had actually validations)

 

Unit Testing

ERS# : If the GetAll test was unchecked (template option) the templates where giving an exception.
Added Validation: If the GetAll test is removed the FetchTest can not be generated. So now validation ocurrs.

 

Factory

New Feature:Added several new user codeblocks to the GetAll and the Fetch methods

 

ASP.NET Templates

Copy Themes now wrapped with try/catch and show the error to user.

 

WebUtils Template

ERS#2679 : New option to avoid exception if other parameters are used in the query string. Originally if a non-existing property was added to a form it would raise an exception about property not found. This behaviour is not longer the default and now the WebUtils template has an option to be able to configure its behaviour when other parameters are used in the query string.

DropDown Template

clip0003

Turning OFF the Template option add Null

       <asp:ListItem Value="0"> --- N/A ---                                                                                                                                                                                                                            

     </asp:ListItem>  

 

 

DataSource Template

New Feature: Configurable Select Method
oThe Select method used in the factory is now configurable. Please notice that this method must have the same parameters as the GetAll and the templates is not doing any further checks on this.

DataSource Actions

 

Improved validation for Actions

 

If you modified the Change Template for example not to use an “inline” button (inside the browse) but you configured to use the action button outside (above or below) AND you have manually deleted the SELECT template à GenWise did not detected this invalid situation and although the application compiled à the change button could not really work correctly.

Therefore , now there is an extra validation:

clip0002

 

 

 

Web Form Designer

 

An exception could occur if an “enter” was typed as the last part of the HTML document.
If the WFD was refreshing it was unnecessary resetting the SelectedTemplate and lossing focus in the Template Options.