Don’t remove meta information from records

This commit is contained in:
Tobie Morgan Hitchcock 2017-02-28 10:45:40 +00:00
parent e3634fb4a8
commit e97cac18e8

View file

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