Skip to content

Change how reserved columns work to have an underscore prefix #14

@simonw

Description

@simonw

Right now I've implemented it such that id and commit and version and item are reserved columns, and any user-provided data with those columns gets renamed to commit_ and id_ and so-on - see #8.

I've changed my mind. I think this tool's columns should all have a _ prefix instead (like semi-private class properties in Python).

I'm even going to do that for the _id column, mainly so I don't have to explain a special case for id.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions