JDBC 2.0 javadoc (DatabaseMetaData.nullPlusNonNullIsNull)
See web page, it states:
"A JDBC compliant driver always returns true".
JDBC 2.0 API Tutorial and Reference, 2nd Edition book.
See page 426 (DatabaseMetaData.nullPlusNonNullIsNull).
"A JDBC compliant driver always returns true".
Need to change the javadoc to say that a 'SQL 92 compliant' rather than
a 'JDBC compliant' driver returns...