[orm-devel] FB adapter update - tests

Werner F. Bruhin orm-devel@mailman.tux4web.de
Wed, 05 Mar 2003 18:45:40 +0100


The following tests are working:

- one2many
- many2one
- many2many
- test1

Had to add explicit commits in the appropriate places.

While Firebird has an autocommit feature, I am not using it.

I am right in assuming that your test db's have "autocommit" set?

NOT working:
- one2one

Problem is that changing a child object does not get updated in the db, e.g.

p.child = child2
ds.commit()

This should cause a SQL update for the parent record, but none happens.

See you
Werner