Skip to content

Fix: Don't wrap set operations in brackets in SQLite#746

Open
nwrahnema wants to merge 1 commit intokayak:masterfrom
nwrahnema:master
Open

Fix: Don't wrap set operations in brackets in SQLite#746
nwrahnema wants to merge 1 commit intokayak:masterfrom
nwrahnema:master

Conversation

@nwrahnema
Copy link
Copy Markdown

From #537, SQLite doesn't support set operations with brackets. Luckily there already exists this flag to disable adding brackets to set operations - enable for SQLLiteQueryBuilder.

SQLite doesn't support set operations with brackets. Luckily there
already exists this flag to disable adding brackets to set operations -
enable for `SQLLiteQueryBuilder`.
@AzisK
Copy link
Copy Markdown
Contributor

AzisK commented Sep 6, 2023

As we can see from the tests, we need to update the unit tests part. Could you do that?

@AzisK
Copy link
Copy Markdown
Contributor

AzisK commented Sep 7, 2023

Could you also add a test for this feature?

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