Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-53481 availability: Fix unit test to not execute the huge query
Some DBs have troubles to execute such a huge query as generated in this test. We do not actually need to execute it. All we need is to make sure that the parameter placeholders are enumerated correctly. So it is what this new test does.
- Loading branch information