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

SqlQuery __dynamicIn to handle nested arrays #367

Open
GuyLagasse opened this issue Jun 20, 2024 · 0 comments
Open

SqlQuery __dynamicIn to handle nested arrays #367

GuyLagasse opened this issue Jun 20, 2024 · 0 comments
Assignees

Comments

@GuyLagasse
Copy link

It would be nice to be able to pass in nested arrays to :__dynamicIn

$dynamicInMap = [
    [1, 100],
    [2, 100],
    [5, 100]    
];
SELECT * FROM orders
WHERE (product_id, customer_id) IN ( :__dynamicIn );
@g105b g105b self-assigned this Jun 20, 2024
@github-project-automation github-project-automation bot moved this to Planned in Overview Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned
Development

No branches or pull requests

2 participants