SqlQuery __dynamicIn to handle nested arrays
Open
@g105b is already working on this.
Since Jun 20, 2024.
enhancement
- Dominant language
- PHP
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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 );
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.