https://bugs.documentfoundation.org/show_bug.cgi?id=159971
Bug ID: 159971
Summary: Base don't handle description, not null and default
value on column
Product: LibreOffice
Version: 7.3.3.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
I use jdbcDriverOOo[1] for connecting to database with Base.
With the latest version I can modify the columns of a table in Base with the
different drivers embedded in the extension (HsqlDB, H2, SQLite, Derby,
MariaDB, PostgreSQL)
On the other hand, I cannot recover the description assigned to the column, nor
the non-null constraint, nor the default value.
Is it possible to remedy this?
Steps to Reproduce:
1.Put description on column in Base.
2.Save your modification.
3.Recreate a new connection to the same database but with new odb file.
4.Your comment on column have been lost...
Actual Results:
The comment on column in Base are put in the odb file.
Expected Results:
For database supporting comment on column, it will be possible to commit the
description on database.
Reproducible: Always
User Profile Reset: No
Additional Info:
No
--
You are receiving this mail because:
You are the assignee for the bug.