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

Bugfix AssertQueries.get_table_name() for M2M update query #136

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

jedie
Copy link
Collaborator

@jedie jedie commented Aug 22, 2023

a M2M set() will result in e.g.: INSERT OR IGNORE INTO... and f'Error parsing: {sql!r}' will be raised. Add support this, too.

a M2M `set()` will result in e.g.: `INSERT OR IGNORE INTO...` and `f'Error parsing: {sql!r}'` will
be raised. Add support this, too.
@jedie jedie merged commit 83370b5 into master Aug 22, 2023
6 checks passed
@jedie jedie deleted the get_table_name branch August 22, 2023 12: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.

1 participant