revert to non-subquery mode
This commit is contained in:
parent
7153a766c1
commit
13d4d8b7b4
2 changed files with 18 additions and 44 deletions
|
|
@ -221,16 +221,6 @@ func (n *SQLNodeIterator) getTags() []tagDir {
|
|||
return out
|
||||
}
|
||||
|
||||
func (n *SQLNodeIterator) height() int {
|
||||
v := 0
|
||||
for _, i := range n.linkIts {
|
||||
if i.it.height() > v {
|
||||
v = i.it.height()
|
||||
}
|
||||
}
|
||||
return v + 1
|
||||
}
|
||||
|
||||
func (n *SQLNodeIterator) buildWhere() (string, []string) {
|
||||
var q []string
|
||||
var vals []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue