Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A consequence of the implementation of Metadata on all DSpace objects is that most entity (e.g. bitstream, eperson, ...) attributes (e.g. ) moved into the metadatavalue table.
e.g.:

Code Block
languagesql
titleDSpace 4
SELECT lastname FROM eperson;

...