Jason Tackaberry wrote:
> Author: tack
> Date: Mon Oct 31 20:10:28 2005
> New Revision: 887
>
> Modified:
>    trunk/base/src/base/db.py
>
> Log:
> Ensure ATTR_SIMPLE attributes which are set to None still get included in
> the normalized result rows.

Now it is realy broken. Try with db.py in kaa.vfs

        if not root:
            root = self._db.add_object("dir", name="/").get()
            print root
            root = self._db.query(type='dir', name='/').get()[0]
            print root

and I get

{'name': '/', 'parent_type': None, 'parent_id': None, 'mtime': None, 'type': 
'dir', 'id': 1}
{'name': None, 'type': u'dir', 'parent_type': None, 'parent_id': None, 'mtime': 
None, 'id': None}

no name :(


Dischi

-- 
panic("Aarggh: attempting to free lock with active wait queue - shoot
 Andy");
        2.0.38 /usr/src/linux/fs/locks.c

Attachment: pgpJ1vtKYpAsk.pgp
Description: PGP signature

Reply via email to