Ticket #285 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

midgard_replicator must accept MidgardDBObject

Reported by: piotras Assigned to: piotras
Priority: major Milestone: 9.03 Vinland
Component: Midgard Core Version: 9.03 Vinland
Keywords: Cc:

Description

midgard_replicator and related core API must accept MidgardDBObject instead of MgdObject?. It simplifies all MgdSchema? and core's MgdSchema? like classes (un)serialization and replication.

Change History

11/14/08 14:45:31 changed by piotras

Actually it must accept base GObject, as done in ragnaroek. rev18753

01/08/09 13:06:00 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [20092]) Replicator accepts GObject and MidgardDGObject arguments. Fixes #285