This chapter lists the new or updated features associated with DODS 6.1-1.
- Added fix for HSQL 1.7-2 database (database shutdown).
- Added fix for BLOB's in Oracle database - changes in templates.
- Added SetBytesAsBinaryStream parameter. This parameter force DODS to explicitly use Binary Stream when set's data for PreparedStatement parameters of "bytes" type (patch for MS Access).
- Added DisableConnectionPool parameter. This parameter is used only if ConnectionAllocator = "com.lutris.appserver.server.sql.datasourceDataSourceConnectionAllocator". If this parameter is set to "true" then DODS will disable internal connection pool.
- New method (wasReadOnly) is added in CachedDBTransaction interface and StandardDBTransaction implementation.