Skip to content
  • Kipp Cannon's avatar
    lalmetaio: remove "group" prefixes · 5557319b
    Kipp Cannon authored
    - from all Table, Column, and Stream element names
    - part I of a three-part series to prepare for integer row IDs
    - the algorithm used to resolve cross references when assigning new IDs to
      rows to avoid conflicts when merging documents currently makes use of
      information carried by the IDs themselves, which will be lost when they
      are converted to simple integers.  the objective here is to shift that
      information into the column names.  we begin by removing the unused
      "group" cruft from those names.
    - this change is backwards compatible:  glue hasn't put this stuff into
      documents for a decade, nothing expects it to be there, and it's used for
      exactly nothing.
    - refs #5513
    Original: e4a3ddc6228788f3601affbb0b35b86088ed31ab
    5557319b