- JavaDataType : Added a flag which indicates if the datatype can be compared using a compareTo method
- Table : Added methods to address the primary keys of the table
- Column : Added a fullname property which can be used to retrieve the 'table.column'
: Also modified the datatype property. It was holding an int-value while it should hold a SQLDataType.
- NodeParameterHandler : When a node is added to the handler, the node's parents will be added too. This comes in very handy while addressing nodes inside the templates as well as inside the package descriptor. Instead of using the current scope as the node to execute the method, the node type should be supplied.
- CamelCaseStringReference : Was added to convert underscored names (real_big_number) to camelcased ones (realBigNumber). This is not working atm.