Add hash-based indexes
This commit is contained in:
parent
c98318aa97
commit
ab3f59d21f
5 changed files with 95 additions and 44 deletions
|
|
@ -290,7 +290,7 @@ func (it *SQLIterator) makeCursor(next bool, value graph.Value) error {
|
|||
}
|
||||
var q string
|
||||
var values []string
|
||||
q, values = it.sql.buildSQL(next, value)
|
||||
q, values = it.sql.buildSQL(next, value, false)
|
||||
q = convertToPostgres(q, values)
|
||||
ivalues := make([]interface{}, 0, len(values))
|
||||
for _, v := range values {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue