History log of /AOO42X/main/connectivity/java/sdbc_jdbc/jdbc.component (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0b64bd8b 19-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace cleanup for `.component` files (#398)

Enforced 3 hooks for `.component` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace

(cherry picked from commit 85e7a2

pre-commit whitespace cleanup for `.component` files (#398)

Enforced 3 hooks for `.component` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace

(cherry picked from commit 85e7a208034f6237c454f4b97c228cc5be6146df)

show more ...


Revision tags: AOO420-Dev5-m5, AOO420-Dev4-m4, AOO420-Dev3-m3, 420-Dev2-m2
# 956476d7 08-Nov-2017 Damjan Jovanovic <damjan@apache.org>

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, s

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 ...