-
Notifications
You must be signed in to change notification settings - Fork 52
add support for Where().isIn query #602
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f6620e0
add support for Where().isIn query
richard457 a525b6a
support isIn for supabase and sqlite
richard457 9919814
...
richard457 eb2b7a0
address empty list query
richard457 d666ea6
address empty list query
richard457 4508776
address empty list query for supabase
richard457 5df6b00
fix quote issue
richard457 70472a9
address non-iterable on supabase query
richard457 9a26b54
fix but in sql transformer
richard457 ad90bff
fix but in sql transformer
richard457 1de9369
...
richard457 87e743d
remove unncessary code used for debug
richard457 3e41db6
remove unncessary code used for debug
richard457 15380d9
address the feedback and more tests
richard457 60f6676
more cleanups
richard457 cc07027
more cleanups
richard457 504ea6c
remove example for supabse build, it should be in separatePR
richard457 00744ba
remove // import 'package:analyzer/dart/element/element.dart';, shoul…
richard457 ff3d8ce
Update packages/brick_sqlite/lib/src/helpers/query_sql_transformer.dart
richard457 ff56609
Merge branch 'main' into main
richard457 40a9147
address coments from review
richard457 88e38a9
remove unintended changes done while experiment
richard457 8031ed1
remove unintended changes done while experiment
richard457 962c96b
avoid generating wrong supabase query, 501 postgress error
richard457 0f7a7cf
Compare.inIterable is not supported by _compareToSearchParam.
richard457 cf82bd6
revert @Query transformer the error reported by supabase might not be…
richard457 1cb5733
addressing comments
richard457 b470ded
chore: accept suggestion
richard457 653a086
fix(supabase_mock_server): always ack realtime join; start server loo…
richard457 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.