Hi,

can you write a conclusion of the database schema changes? The change in OpenCA::DBI for splitted index is really small and can easily replace the old hack :)

The table definition is splitted into two parts - the index columns and the rest. Example:

   CERTIFICATE => {
     KEY  => {"CERTIFICATE_SERIAL" => 1,
              "INTERNAL_CA"        => 1},
     COLS => [
       "CERTIFICATE_SERIAL",
       "INTERNAL_CA",
       "FORMAT",
       "DATA",
       "DN",
       "EMAIL",
       "STATUS",
       "ROLE",
       "PUBKEY",
       "NOTAFTER",
       "NOTBEFORE"
              ]},

After the schema change we have to look where the code breaks.

Other ideas?

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to