Comment 10 for bug 782292

Revision history for this message
In , EricW (eric-vents-sauvages) wrote :

When using Base to access a postgresql database with the postgresql driver, it is impossible to insert-update-delete rows in the database.

The bug is reproducible with a minimal postgresql database containing the following table :
create table test_table (
  id serial primary key,
  label text
);

Libreoffice 3.3.1 OOO330m19 (Build:8)
Postgresql 8.4
Ubuntu 10.04LTS

Regards