Ticket #1332 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Metadata should be optional

Reported by: tepehe Assigned to: piotras
Priority: blocker Milestone: 9.09 Mjolnir
Component: Midgard Core Version: 9.09 Mjolnir
Keywords: Cc:

Description

Storing metadata to object should be optional. For example with simple integer-integer lookup tables metadata takes lots of space.

Change History

09/23/09 20:43:00 changed by piotras

  • priority changed from major to blocker.

09/25/09 13:50:23 changed by piotras

(In [23485]) read_property hook: do not throw warning if property of object type is NULL. Refs #1332

09/26/09 10:48:30 changed by piotras

  • status changed from new to assigned.

09/26/09 11:49:25 changed by piotras

(In [23492]) Make metadata class optional. Refs #1332, #1369

09/28/09 11:56:05 changed by piotras

(In [23497]) Register MGD_ERR_NO_METADATA constant. Refs #1369 Refs #1332

09/28/09 12:02:09 changed by piotras

(In [23498]) Added has_metadata method. Refs #1369 Refs #1332

09/28/09 12:08:23 changed by piotras

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

(In [23499]) Register ERR_NO_METADATA constant. Added has_metadata method to object_class. Fixes #1332, Fixes #1369