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

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Robert Großkopf <[email protected]> ---
This property isn't provided by the internal HSQLDB database. It will only
allow to position a new field by SQL:

ALTER TABLE "Person" ADD "Forename" VARCHAR(25) BEFORE "Surname";

Internal Firebird (which is experimental at this moment) will allow to position
a field after it has been inserted:

ALTER TABLE "Person" ALTER "Forename" POSITION 2;

But there are also bugs while people are trying to copy and paste with the
table editor. Only fieldname and fieldtype where moved, but content will be at
the same position of the table … DoN#t know the bug number.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to