Announcing postgresql-sdbc-0.7.1 driver for OpenOffice.org

From: Joerg Budischewski <JoergBudi(at)gmx(dot)de>
To: pgsql-announce(at)PostgreSQL(dot)org
Subject: Announcing postgresql-sdbc-0.7.1 driver for OpenOffice.org
Date: 2006-05-01 20:12:43
Message-ID: 44566BBB.4030104@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi,

I'd like to announce the availability of the version 0.7.1 of the native
postgresql driver for OpenOffice.org database API for windows and linux x86.

The driver's homepage can be found here:

http://dba.openoffice.org/drivers/postgresql/index.html

Compared to Version 0.7.0, the following things have changed. In case,
the described problems don't affect you, there is no reason to upgrade

Changes

* Domain types fully supported ( i63918).
In former versions, the driver could not handle columns with with domain
types ( domain type columns were simply empty within the UI), now they
are fully supported.
* Type content recognition (i61887).
When the postgresql database API does not inform about the type of a
certain column in a resultset, the driver now guesses the type of the
column from content of the first 100 rows within the resultset.
Integers, numerics, date, time and timestamps are guessed. The is useful
e.g. when you drag data into a spreadsheet.
* View renaming/deletion (i61777)
Views can now be renamed or deleted using OOo UI.

About the driver:

The driver allows to directly use the postgresql database from
OpenOffice.org without any other wrapper layer such as odbc or jdbc.
The driver is aimed at the 1.1.x and 2.x OpenOffice.org versions, it
does not work with OOo1.0.x trees. It should work with all postgresql
servers of version 7.3.x and above (including 8.x ).

Have fun,

Joerg

PS: followups in dev(at)dba(dot)openoffice(dot)org

Browse pgsql-announce by date

  From Date Subject
Next Message Egor Abramov 2006-05-05 06:45:03 EMS Data Export 2005 for PostgreSQL ver. 2.2 has been released!
Previous Message David Fetter 2006-05-01 07:28:07 == PostgreSQL Weekly News - April 30 2006 ==