Skip to content

Change setup.py to allow inserting into tables without wiping them #33

@tomrittervg

Description

@tomrittervg

Right now to insert new rows you add to setup.py, you need to wipe the tables. While it's possible to reinsert keywords, this only works because they're not identified by the keyword id...

Ideally it'll run through every line and do an INSERT ON DUPLICATE KEY UPDATE. This would also get rid the requirement of requiring people to write the SQL in setup.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions