<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="robert@familiegrosskopf.de">robert@familiegrosskopf.de</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD allows no edit for table with unique index, but no primary key, contrary to message"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117148">bug 117148</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD allows no edit for table with unique index, but no primary key, contrary to message"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117148#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD allows no edit for table with unique index, but no primary key, contrary to message"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117148">bug 117148</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="robert@familiegrosskopf.de">robert@familiegrosskopf.de</a>
</span></b>
        <pre>Seems to be a problem of the GUI-message.

HSQLDB and Firebird could work with tables without primarykey. Only the GUI
doesn't allow it. You could input data in a table without primarykey using
Tools → SQL.

Create a table "tblName" with only one field "Name". Ignore the warning when
saving without PK/Index. Go to Tools → SQL.
Write down
INSERT INTO "tabName" ("Name") VALUES ('BigBoss')
'BigBoss' will inserted in the table, which doesn't has a primarykey and
doesn't has a index. Works in HSQLDB and Firebird.

The message is wrong. 
The GUI doesn't support unique index for input of data later.
And: Declaring an index is impossible before saving the table with tableeditor.

I will set this one to NEW.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>