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

[ADP-2565] Implement updateWhere #4697

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

HeinrichApfelmus
Copy link
Contributor

This pull request

  • Implements a function updateWhere that works with the Table type.

Comments

  • The collection of functions selectWhere, insertMany, updateWhere, and deleteWhere are sufficient to express all database table manipulations of interest, I don't expect to add more functions to Database.Table.SQLite.Simple.Exec.
  • I have skipped extensive property testing for now, as I want to stabilize the API first. The module Demo.Database provides a basic functionality check.

Issue Number

ADP-2565

@HeinrichApfelmus HeinrichApfelmus self-assigned this Jul 24, 2024
Copy link
Member

@Anviking Anviking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@HeinrichApfelmus HeinrichApfelmus added this pull request to the merge queue Jul 24, 2024
Merged via the queue into master with commit b6d16cd Jul 24, 2024
23 checks passed
@HeinrichApfelmus HeinrichApfelmus deleted the HeinrichApfelmus/ADP-2565/sql-update-where branch July 24, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants