-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
.eq_any(ARRAY(subselect))
and .eq_any(ARRAY[..., ...])
support
#4353
Open
Ten0
wants to merge
28
commits into
diesel-rs:master
Choose a base branch
from
Ten0:array_subselect
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b71e8e2 - Browse repository at this point
Copy the full SHA b71e8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e18ee - Browse repository at this point
Copy the full SHA 91e18eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 351caa6 - Browse repository at this point
Copy the full SHA 351caa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11986e - Browse repository at this point
Copy the full SHA e11986eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe73f5 - Browse repository at this point
Copy the full SHA 1fe73f5View commit details -
Revert "Attempt using AsExpression directly"
This reverts commit 1fe73f5.
Configuration menu - View commit details
-
Copy full SHA for 2e1f4dc - Browse repository at this point
Copy the full SHA 2e1f4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 801da3a - Browse repository at this point
Copy the full SHA 801da3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6eddf - Browse repository at this point
Copy the full SHA 7e6eddfView commit details -
auto_type will work only if ST is explicitly specified when calling array, which looks reasonable
Configuration menu - View commit details
-
Copy full SHA for 92eaf0d - Browse repository at this point
Copy the full SHA 92eaf0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c6f34 - Browse repository at this point
Copy the full SHA 07c6f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e28a826 - Browse repository at this point
Copy the full SHA e28a826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2294ea2 - Browse repository at this point
Copy the full SHA 2294ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7731f83 - Browse repository at this point
Copy the full SHA 7731f83View commit details -
Unfortunately this keeps talking about AsExpressionList instead of IntoArrayExpression :( Hopefully Rust ends up fixing this
Configuration menu - View commit details
-
Copy full SHA for a8f5cd5 - Browse repository at this point
Copy the full SHA a8f5cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079f403 - Browse repository at this point
Copy the full SHA 079f403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4877b59 - Browse repository at this point
Copy the full SHA 4877b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488d3b0 - Browse repository at this point
Copy the full SHA 488d3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6929b86 - Browse repository at this point
Copy the full SHA 6929b86View commit details -
Allow using explicit array constructs in EqAny
This removes the fake Expression implementation for `Many`, instead relying on an `InExpression` trait (which replaces `MaybeEmpty`) that represents that that query fragment is valid for use inside `IN` or `= ANY`
Configuration menu - View commit details
-
Copy full SHA for 97d5627 - Browse repository at this point
Copy the full SHA 97d5627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7781df8 - Browse repository at this point
Copy the full SHA 7781df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5c5a8 - Browse repository at this point
Copy the full SHA 7a5c5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e656d16 - Browse repository at this point
Copy the full SHA e656d16View commit details -
fix nullability of IN / NOT IN / = ANY / != ALL
Conflicts: diesel/src/expression/array_comparison.rs
Configuration menu - View commit details
-
Copy full SHA for 80e8833 - Browse repository at this point
Copy the full SHA 80e8833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4d7b7 - Browse repository at this point
Copy the full SHA 6e4d7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d30c16 - Browse repository at this point
Copy the full SHA 4d30c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27e05c - Browse repository at this point
Copy the full SHA a27e05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c44a5 - Browse repository at this point
Copy the full SHA 18c44a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d768f - Browse repository at this point
Copy the full SHA f9d768fView commit details
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.