https://bugs.documentfoundation.org/show_bug.cgi?id=146584
Bug ID: 146584
Summary: Firebird: Setting default with ALTER TABLE gives
useless message but sets default
Product: LibreOffice
Version: 7.3.0.1 rc
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Created attachment 177322
--> https://bugs.documentfoundation.org/attachment.cgi?id=177322&action=edit
Two tables for testing - one has been changed column "Stamp"to default
TIMESTAMP
Open the attached database.
There are two tables.
Table1 has been changed through Tolls → SQL with
ALTER TABLE "Table1" ALTER COLUMN "Stamp" SET DEFAULT CURRENT_TIMESTAMP;
This give the useless message:
1:
/home/buildslave/source/libo-core/connectivity/source/drivers/firebird/StatementCommonBase.cxx:420
but it works.
Table2 is for testing this with a fresh table, but the message will be always
the same. Nothing which says "Table has been changed" or "Default has been set"
…
This Bug appears in LO 7.3.0.1 on OpenSUSE 15.3 64bit rpm Linux
--
You are receiving this mail because:
You are the assignee for the bug.