Proper use of catalog name in reverse enginering
Use connection catalog in reenginering
Also ignore SYSTEM VIEW entries
Parameters should shadow fields, not the opposite
Review instance caching - new 'growing' caching mode
Avoid storing null values in Instance
Add some context info to SQL Exception logs
Protect potential NPE (bis)
Protect potential NPE
Add an AttributeReference.getSet() method
Handle specific column markers for PostgreSQL enums (2/2)
Remove some dead code
Handle specific column markers for PostgreSQL enums
Remove deprecated interface for use with tools 3.0
fix ActionServlet logger
add a utility ActionServlet class to serve cont...
fix RowIterator properties lookup order to prev...
fix concurrency problem with getWithParams
have conversion utility classes be serializable
upgrade jdom from 1.1.1 to 2.0.6
handle automatic conversion for drivers pedanti...
upgrade source and target java version to 1.7
all variants of insert and upsert should set th...
null values allowed in update/upsert ; dirtyfla...
add a DBReference.clearError method
make sure mail notification is stopped at webap...
upgrade VelosurfTool web tool initialization
use servlet api 3.0.1 - have SimpleDBAuthentifi...
authentication form should use UTF-8
fix authentication for session serialization (a...
add an Instance.isDirty() method
avoid DBReference being updated with getWithPar...
added a Database.execute(String) method for sta...
bugfix from previous revision
add support for java 1.7 JDBC API
get rid of support for jdk5
bugfix: RowIterator.getScalars() was broken