From e97cac18e8c2caaa7c457c77326bcab76acd8d3a Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 28 Feb 2017 10:45:40 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20remove=20meta=20information=20f?= =?UTF-8?q?rom=20records?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/item/blaze.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/item/blaze.go b/util/item/blaze.go index 1055e552..7fc41203 100644 --- a/util/item/blaze.go +++ b/util/item/blaze.go @@ -30,8 +30,6 @@ func (this *Doc) Blaze(ast *sql.SelectStatement) (res interface{}) { } } - doc.Del("meta") - for _, v := range ast.Expr { switch e := v.Expr.(type) { default: