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

--- Comment #12 from Lionel Elie Mamane <[email protected]> ---
(In reply to comment #6)
> Lionel: I took a look to:
> 1) SetPrimaryKey + AdjustFieldDescription in
> dbaccess/source/ui/tabledesign/TEditControl.cxx

> 2) appendPrimaryKey in dbaccess/source/ui/tabledesign/TableController.cxx

Thanks, these code pointers helped me find the source of the problem. (See the
commits for the actual problem.)

> The more I read this part the more I think there are columns and there are
> keys (whereas I thought first there were only columns and keys were only
> property setted on some columns).

Yes, indeed, there are columns and there are keys (and indexes). Keys (wich are
more or less the same as indexes with the "UNIQUE" property set) are basically
a *list* columns, it can be one column or several.

MS Access has a "Indexed" property for columns, which under the hood creates a
one-column index for this column.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to