[Libreoffice-bugs] [Bug 122139] LO Base: add a possibility to move tables' fields up and down (UI improvement)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 16 16:31:02 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=122139

Robert Großkopf <robert at familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at familiegrosskopf.de
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Robert Großkopf <robert at familiegrosskopf.de> ---
It isn't possible to move fields by the GUI. So I will set this bug to new.

Note: HSQLDB only offers to move a new field at a special position by

ALTER TABLE "address" ADD "forename" VARCHAR(25) BEFORE "name";

Firebird offers

ALTER TABLE "address" ALTER "forename" POSITION 2;

So you could position the fields in Firebird after you have created the whole
table through the GUI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181216/d22b6917/attachment.html>


More information about the Libreoffice-bugs mailing list