Hello,
I was trying to generate my PersistentObject definitions from a MySQL
database. The saved successfully to php array with DatabaseSchema.
Those arrays do contain the relations:
  array (
    'zsp_tbl_assigneddiscount' => 
...
        'zsp_tbl_sgndscnt_fk_Id_client' => 
        ezcDbSchemaIndex::__set_state(array(
           'indexFields' => 
          array (
            'id_client' => 
            ezcDbSchemaIndexField::__set_state(array(
               'sorting' => NULL,
            )),
          ),
           'primary' => false,
           'unique' => false,
        )),

But the persistent definitions do not.
Is this intended or do I miss something.

Thanks for your help,
Norbert
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to