Skip to content
  • Carlos Garnacho's avatar
    libtracker-data: Add TrackerStringBuilder · 971b63a7
    Carlos Garnacho authored
    This is somewhat similar to GString, except it allows for adding
    extension points at random places that allow for inserting stuff
    mid-string without relocating the whole thing.
    
    It is expected that SQL query construction will use this facility.
    971b63a7