Output live queries on table
This commit is contained in:
parent
4e79fb34f3
commit
9c00cc7484
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ import (
|
||||||
|
|
||||||
func (t *TX) AllLV(ctx context.Context, ns, db, tb string) (out []*sql.LiveStatement, err error) {
|
func (t *TX) AllLV(ctx context.Context, ns, db, tb string) (out []*sql.LiveStatement, err error) {
|
||||||
|
|
||||||
return
|
|
||||||
if out, ok := t.get(_lv, tb); ok {
|
if out, ok := t.get(_lv, tb); ok {
|
||||||
return out.([]*sql.LiveStatement), nil
|
return out.([]*sql.LiveStatement), nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue