[Libreoffice-bugs] [Bug 51605] Field add corrupts table

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 22 17:57:47 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51605

robert at familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at familiegrosskopf.de

--- Comment #1 from robert at familiegrosskopf.de 2012-07-22 08:57:47 PDT ---
You can not sort the columns while editing the table in the GUI. If you will
change a table and put C at the place you wish, this would only work with a
SQL-command in the HSQLDB:
ALTER TABLE "X" ADD "C" VARCHAR(25) BEFORE "D";
The changes in the table were made, when you save the table. So when you cut
"D" and put "C" at this position it is recognized as a renaming of the column.
In the HSQLDB there is no possibility to cut and paste a column.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list