Output live queries on table

This commit is contained in:
Tobie Morgan Hitchcock 2019-11-20 15:30:36 +00:00
parent 4e79fb34f3
commit 9c00cc7484

View file

@ -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
} }