[Lunr] Gravity: Added support to call Union Distinct explicitly
Review Request #822 — Created April 6, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
d.cova | |
Lunr | |
gravity-union | |
825 | |
ffbccae... | |
Reviewers | |
lunr | |
[Update] Added support in Gravity to call Union Distinct explicitly
Unit tests to cover testUnionDistinct
Diff Revision 8
This is not the most recent revision of the diff. The latest diff is revision 13. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
src/Lunr/Cache/Cache.php |
---|
src/Lunr/Cache/Tests/CacheHandlerDataTest.php |
---|
src/Lunr/Gravity/Database/DMLQueryBuilderInterface.php |
---|
src/Lunr/Gravity/Database/DatabaseDMLQueryBuilder.php |
---|
src/Lunr/Gravity/Database/SQLDMLQueryBuilder.php |
---|
src/Lunr/Gravity/Database/MySQL/MySQLSimpleDMLQueryBuilder.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLSimpleDMLQueryBuilderSelectTest.php |
---|
src/Lunr/Gravity/Database/Tests/DatabaseDMLQueryBuilderQueryPartsTest.php |
---|
src/Lunr/Gravity/Database/Tests/DatabaseDMLQueryBuilderTest.php |
---|
src/Lunr/Gravity/Database/Tests/SQLDMLQueryBuilderSelectTest.php |
---|