[Gravity] added support for recursive common table expressions in gravity

Review Request #544 — Created Feb. 15, 2018 and submitted — Latest diff uploaded

k.hengsdijk
Lunr
recursiveCTEsupport
lunr

added support for recursive common table expressions to gravity



Diff Revision 11

This is not the most recent revision of the diff. The latest diff is revision 23. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
src/Lunr/Gravity/Database/DMLQueryBuilderInterface.php
src/Lunr/Gravity/Database/DatabaseDMLQueryBuilder.php
src/Lunr/Gravity/Database/SQLDMLQueryBuilder.php
Loading...