This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 6fe7ee9387 Returns empty values instead of null from
JavaSQLResultSet.getBytes() and JavaSQLResultSet.getDate(), when the database
field is NULL.
new 7826359d22 java.lang.Boolean can't be cast to com.sun.star.uno.Any. In
Java, UNO's "Any" is java.lang.Object.
new 6c6152cef7 Read the catalog and schema from the new table object, not
the table descriptor used to create it. This avoids an exception when the table
descriptor's CatalogName property returns VOID instead of a string.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/wizards/com/sun/star/wizards/db/DBMetaData.java | 3 +--
main/wizards/com/sun/star/wizards/db/TableDescriptor.java | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)