Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414
# 60ba3965 27-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 ...


# 68b6fe01 16-Sep-2017 Damjan Jovanovic

Now that locking has been simplified, we can also delete the special
factory create() methods on objects, and use constructors instead
to simplify creation further.

Patch by: me

Now that locking has been simplified, we can also delete the special
factory create() methods on objects, and use constructors instead
to simplify creation further.

Patch by: me



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

show more ...


# 40ca8078 06-Sep-2017 Damjan Jovanovic

Simplify the Java OContainer by requiring unique names, something C++
should probably also do as append and co check uniqueness explicitly.
This does however complicate the client code, as we

Simplify the Java OContainer by requiring unique names, something C++
should probably also do as append and co check uniqueness explicitly.
This does however complicate the client code, as we have to throw
exceptions when we dedect duplication on the initial names we are
initialized with.

Patch by: me



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

show more ...


# e7b6717c 28-Aug-2017 Damjan Jovanovic

Access cleanups. Keep OContainer abstract methods protected
instead of public. Also added some Javadoc for OContainer.

Patch by: me



git-svn-id: https://svn.apache.org/

Access cleanups. Keep OContainer abstract methods protected
instead of public. Also added some Javadoc for OContainer.

Patch by: me



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

show more ...


# 3c5114b8 20-Aug-2017 Damjan Jovanovic

#i127350# - Table design: can't change length of Postgresql char types

Add the initial version of a new SDBC driver, for the PostgreSQL database.

Also its build changes: since it ne

#i127350# - Table design: can't change length of Postgresql char types

Add the initial version of a new SDBC driver, for the PostgreSQL database.

Also its build changes: since it needs Apache Commons Lang version 3,
get configure.ac to check for that, and get that to always build,
just like our driver does.

Patch by: me



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

show more ...