Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier inserts #703

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Easier inserts #703

wants to merge 4 commits into from

Commits on Sep 14, 2022

  1. Add insert_dict()

    The keys of the dictionary are used as the columns in query.
    charlie572 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    87e0f2a View commit details
    Browse the repository at this point in the history
  2. Add on_duplicate_key_update_all()

    When there is a duplicate key, all fields given in the INSERT statement
    will be updated.
    charlie572 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    13b3150 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    d8f88c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    3e6a248 View commit details
    Browse the repository at this point in the history