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

feature: Add support for LIMIT query in UPDATE for sql/sqlite #452

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

mysql: UPDATE: Make checks for inner-join with LIMIT better

9103c72
Select commit
Loading
Failed to load commit list.
Open

feature: Add support for LIMIT query in UPDATE for sql/sqlite #452

mysql: UPDATE: Make checks for inner-join with LIMIT better
9103c72
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 9, 2025 in 0s

84.00% of diff hit (target 90.00%)

View this Pull Request on Codecov

84.00% of diff hit (target 90.00%)

Annotations

Check warning on line 88 in mysql/update_statement.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mysql/update_statement.go#L88

Added line #L88 was not covered by tests

Check warning on line 90 in sqlite/update_statement.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sqlite/update_statement.go#L90

Added line #L90 was not covered by tests