mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 16:45:55 +00:00
Merge branch 'master' into join-bug
This commit is contained in:
commit
6255c3f07f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func emptyResult(c *pql.Call) interface{} {
|
|||
return false
|
||||
|
||||
case "Row":
|
||||
return Row{Keys: []string{}}
|
||||
return &Row{Keys: []string{}}
|
||||
|
||||
case "Rows":
|
||||
return RowIdentifiers{Keys: []string{}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue