Chapter 28. What's new in DODS 6.0-2

This chapter lists the new or updated features associated with DODS 6.0-2.

- (ID: ) Parameters OidTableName and NextColumnName are implemented. They can replace default values for table and column names of table where oid numbers are stored.

- (ID: ) Added support for MS Access database (added AccessConf.xml file)

- (ID: ) Added CaseInsensitiveDatabase parameter. If this parameter is set to “true” then DODS will assume that database is case insensitive and will not use "LOWER" function in SQL statements (patch for MS Access).

- (ID: ) Added SetNullAsVarchar parameter. Tell DODS to explicitly use ''Varchar'' data type when PreparedStatement parameters to "Null" value (patch for MS Access).

- (ID: ) Added SetBytesAsLongvarbinary parameter. Tell DODS to explicitly use ''Longvarbinary'' data type when set's data for PreparedStatement parameters of "bytes" type (patch for MS Access).

- (ID: ) Added CustomNotEqualSqlOperator parameter. Tell DODS to use alternative (user defined) operator for "Not Equal" in SQL expressions (patch for MS Access).