History log of /aoo42x/main/connectivity/java/dbtools/src/ (Results 1 - 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414
6bb74e7c09-Nov-2017 Damjan Jovanovic

UNO hates null strings, and the C++ implementation of the SDBC-JDBC bridge
was converting nulls to empty strings, so do the same.

Fix parsing strings into UNO timestamps.

Dispos

UNO hates null strings, and the C++ implementation of the SDBC-JDBC bridge
was converting nulls to empty strings, so do the same.

Fix parsing strings into UNO timestamps.

Dispose of all undisposed statements when the JDBC connection is disposed.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814693 13f79535-47bb-0310-9956-ffa450edef68

show more ...

956476d708-Nov-2017 Damjan Jovanovic

Port our SDBC-JDBC bridge driver to Java. Supported interfaces,
service names, implementation names, logging channels and messages,
initialization arguments, and general behaviour is all pres

Port our SDBC-JDBC bridge driver to Java. Supported interfaces,
service names, implementation names, logging channels and messages,
initialization arguments, and general behaviour is all preserved, so it
should be completely transparent to client code.

Allow PropertySetAdapter.getPropertyValue() to throw WrappedTargetException,
and PropertySetAdapter.setPropertyValue() to throw PropertyVetoException,
IllegalArgumentException, and WrappedTargetException, as these are
sometimes used to change values in a database driver, which can fail.

Port helper classes from main/comphelper for logging.

Port AutoRetrievingBase.

Add in-memory Column, ResultSet and metadata classes.

Improve handling of Any in ORowSetValue.

Move PostgreSQL's database metadata result set class to dbtools, and
have it only override the method it needs.

It's "information_schema" in PostgreSQL - "INFORMATION_SCHEMA"
doesn't exist and gives an error.

Add a new UNO service com.sun.star.sdb.ParameterSubstitution as was
intended by main/connectivity/source/dbtools/dbtools.component
that allow substituting parameters, so it can be used from Java.

Keep the database drivers in a common install package.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814552 13f79535-47bb-0310-9956-ffa450edef68

show more ...

60ba396527-Oct-2017 Damjan Jovanovic

Split off a new dbtools.jar from the PostgreSQL driver, containing
the support code that can be reused by other drivers.

Also put it in an org.apache.openoffice base package.

Pa

Split off a new dbtools.jar from the PostgreSQL driver, containing
the support code that can be reused by other drivers.

Also put it in an org.apache.openoffice base package.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813467 13f79535-47bb-0310-9956-ffa450edef68

show more ...


org/apache/openoffice/comp/sdbc/dbtools/comphelper/CompHelper.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/OArrayEnumeration.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/OEnumerationByIndex.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/OEnumerationByName.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/OfficeResourceBundle.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/PropertySet.java
org/apache/openoffice/comp/sdbc/dbtools/comphelper/PropertySetAdapter.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OCatalog.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OColumn.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OColumnContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ODescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndex.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexColumn.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexColumnContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OIndexContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKey.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyColumn.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyColumnContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OKeyContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OTable.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/OView.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/SqlTableHelper.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxColumnDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxColumnDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexColumnDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexColumnDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxIndexDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyColumnDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyColumnDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxKeyDescriptorContainer.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxTableDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/SdbcxViewDescriptor.java
org/apache/openoffice/comp/sdbc/dbtools/util/ComposeRule.java
org/apache/openoffice/comp/sdbc/dbtools/util/DBTypeConversion.java
org/apache/openoffice/comp/sdbc/dbtools/util/DbTools.java
org/apache/openoffice/comp/sdbc/dbtools/util/ISQLStatementHelper.java
org/apache/openoffice/comp/sdbc/dbtools/util/MapToXNameAccessAdapter.java
org/apache/openoffice/comp/sdbc/dbtools/util/MapToXNameContainerAdapter.java
org/apache/openoffice/comp/sdbc/dbtools/util/ORowSetValue.java
org/apache/openoffice/comp/sdbc/dbtools/util/Osl.java
org/apache/openoffice/comp/sdbc/dbtools/util/PropertyIds.java
org/apache/openoffice/comp/sdbc/dbtools/util/Resources.java
org/apache/openoffice/comp/sdbc/dbtools/util/SharedResources.java
org/apache/openoffice/comp/sdbc/dbtools/util/StandardSQLState.java