On Wed, 2012-02-29 at 15:12 +0000, Mark Stanton wrote:
Yes - It's one at a time.
Hmm, a shame but plausible.
And HSQL seems to require index names to be unique at the database level
not the table level, is that right?
Yes.
Isn't that a little... Non-standard?
Not really...Also, normally one would allow the tool to generate unique
index names - for example creating a FK relation will automatically
create required indexes, adding a PK to a table also.
And sorry if this is off track - but I just want to be sure that you are
referring to index names and not column names used for FK relationships.
Column names, even used in a FK are table specific not database (or
schema) specific.
So I can have
Table1 (t1PK, data1, data2)
Table2 (t2PK, data1, data2, t1PK)
Table2.t1PK will be indexed for a FK back to table1, the index created
will have unique name, but you need not create it, the create FK
statement will do so for you.
//drew
Mark Stanton
One small step for mankind...
--
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
Context
Re: [libreoffice-users] Tell me it's not true · John Talbut
Re: [libreoffice-users] Re: Tell me it's not true · Tom Davies
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.