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

feat: add query.Delete #658

Merged
merged 4 commits into from Jul 16, 2021
Merged

Commits on Jul 14, 2021

  1. feat: add query.Delete

    This allows writing delete queries without knowing the exact primary key or for composite keys.
    `Destroy` only allows to delete by primary key, but there are many cases where you want to delete multiple rows or by some other query than the ID.
    zepatrik committed Jul 14, 2021
    Copy the full SHA
    02de8f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f922f3 View commit details
    Browse the repository at this point in the history
  3. fix: spread args in delete

    zepatrik committed Jul 14, 2021
    Copy the full SHA
    8d3abb2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4b6dbd8 View commit details
    Browse the repository at this point in the history